AFFiNE/packages/infra/tsconfig.node.json

18 lines
334 B
JSON
Raw Normal View History

2023-06-08 04:41:20 +03:00
{
"extends": "../../tsconfig.json",
"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-06-08 04:41:20 +03:00
}