AFFiNE/apps/web/tsconfig.node.json
2023-07-01 01:17:31 +08:00

14 lines
292 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"outDir": "./lib"
},
"include": ["server.mts"]
}