AFFiNE/packages/infra/tsconfig.node.json
2023-08-28 00:31:56 -05:00

18 lines
334 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noEmit": false
},
"include": ["vite.config.ts"],
"references": [
{
"path": "../../tests/fixtures"
}
]
}