mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 19:12:10 +03:00
5496969e58
Co-authored-by: Simon He <57086651+Simon-He95@users.noreply.github.com>
17 lines
316 B
JSON
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"
|
|
}
|
|
]
|
|
}
|