mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 17:06:22 +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"]
|
|
}
|