mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 17:06:22 +03:00
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"vitest.config.ts",
|
|
"scripts",
|
|
"apps/core/.webpack/runtime-config.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./packages/env"
|
|
},
|
|
{
|
|
"path": "./packages/cli"
|
|
}
|
|
]
|
|
}
|