mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 13:04:14 +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"]
|
|
}
|