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