mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
chore: standardize tsconfig (#9568)
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["./src"],
|
||||
"exclude": ["./src/resources", "./src/scripts"],
|
||||
"extends": "../../../tsconfig.web.json",
|
||||
"include": [
|
||||
"./src",
|
||||
"./src/resources/*.json",
|
||||
"./src/i18n-completenesses.json"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"composite": true,
|
||||
"outDir": "lib"
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.resources.json"
|
||||
},
|
||||
{
|
||||
"path": "../../common/debug/tsconfig.json"
|
||||
}
|
||||
]
|
||||
"references": [{ "path": "../../common/debug" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user