mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 10:52:43 +03:00
10 lines
186 B
JSON
10 lines
186 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["vitest.config.ts"]
|
||
|
}
|