mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-12 23:15:38 +03:00
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["vitest.config.ts", "scripts", "packages/cli/src"],
|
|
"references": [
|
|
{
|
|
"path": "./packages/env"
|
|
}
|
|
]
|
|
}
|