mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
12 lines
286 B
JSON
12 lines
286 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"noUncheckedIndexedAccess": false,
|
|
"rootDir": ".",
|
|
"outDir": "./lib",
|
|
"tsBuildInfoFile": "./lib/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["vite.config.ts", "./scripts"]
|
|
}
|