mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["vite.config.ts", "vitest.config.ts", "scripts"],
|
|
"references": [
|
|
{
|
|
"path": "./packages/common/env"
|
|
}
|
|
]
|
|
}
|