mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
chore: standardize tsconfig (#9568)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"dependencies": {
|
||||
"@blocksuite/affine-components": "workspace:*",
|
||||
"@blocksuite/affine-model": "workspace:*",
|
||||
"@blocksuite/affine-shared": "workspace:*",
|
||||
"@blocksuite/block-std": "workspace:*",
|
||||
"@blocksuite/global": "workspace:*",
|
||||
"@blocksuite/presets": "workspace:*",
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"noEmit": true,
|
||||
"composite": false,
|
||||
"outDir": "./dist",
|
||||
"paths": {
|
||||
"@blocks/*": ["../blocks/src/*"],
|
||||
"@inline/*": ["../framework/inline/src/*"],
|
||||
@@ -11,5 +10,14 @@
|
||||
"@playground/*": ["../playground/*"]
|
||||
}
|
||||
},
|
||||
"include": ["**.spec.ts", "**.test.ts", "**/**.ts"]
|
||||
"include": ["**.spec.ts", "**.test.ts", "**/**.ts"],
|
||||
"exclude": ["dist"],
|
||||
"references": [
|
||||
{ "path": "../affine/components" },
|
||||
{ "path": "../affine/model" },
|
||||
{ "path": "../affine/shared" },
|
||||
{ "path": "../framework/block-std" },
|
||||
{ "path": "../framework/global" },
|
||||
{ "path": "../presets" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user