mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-16 00:52:57 +03:00
13 lines
262 B
JSON
13 lines
262 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"outDir": "lib",
|
||
|
"noEmit": false
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|