mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:24:46 +03:00
c5a295a87b
Co-authored-by: LongYinan <lynweklm@gmail.com>
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["vitest.config.ts", "scripts"]
|
|
}
|