AFFiNE/tsconfig.node.json
Alex Yang 5496969e58
refactor: environment setup (#2898)
Co-authored-by: Simon He <57086651+Simon-He95@users.noreply.github.com>
2023-06-28 11:19:19 +00:00

17 lines
316 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"outDir": "lib"
},
"include": ["vitest.config.ts", "scripts"],
"references": [
{
"path": "./packages/env"
}
]
}