AFFiNE/apps/web/tsconfig.node.json

14 lines
292 B
JSON
Raw Normal View History

2023-06-30 20:17:31 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"outDir": "./lib"
},
"include": ["server.mts"]
}