mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 11:43:05 +03:00
11 lines
199 B
JSON
11 lines
199 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|