mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
chore: standardize tsconfig (#9568)
This commit is contained in:
+3
-12
@@ -1,16 +1,7 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["vite.config.ts", "vitest.config.ts", "scripts"],
|
||||
"references": [
|
||||
{
|
||||
"path": "./packages/common/env"
|
||||
}
|
||||
]
|
||||
"types": ["node", "build-config"],
|
||||
"composite": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user