AFFiNE/packages/common/infra/tsconfig.node.json

18 lines
340 B
JSON
Raw Normal View History

2023-06-08 04:41:20 +03:00
{
"extends": "../../../tsconfig.json",
2023-06-08 04:41:20 +03:00
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noEmit": false
},
2023-08-28 08:31:56 +03:00
"include": ["vite.config.ts"],
"references": [
{
"path": "../../../tests/fixtures"
2023-08-28 08:31:56 +03:00
}
]
2023-06-08 04:41:20 +03:00
}