mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 02:24:42 +03:00
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node16",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "dist/scripts",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["vite.config.ts", "vite.prod.config.ts"]
|
|
}
|