build: update tsconfig
This commit is contained in:
parent
4d2361a704
commit
5996f1062f
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "./tsconfig.base.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"composite": true,
|
|
||||||
"isolatedDeclarations": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"**/*.ts"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/node_modules/**",
|
|
||||||
"**/.cache/**",
|
|
||||||
"**/.temp/**",
|
|
||||||
"**/lib/**",
|
|
||||||
"**/dist/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -10,11 +10,6 @@
|
|||||||
},
|
},
|
||||||
"types": ["webpack-env", "vite/client", "vuepress/client-types"]
|
"types": ["webpack-env", "vite/client", "vuepress/client-types"]
|
||||||
},
|
},
|
||||||
"references": [
|
|
||||||
{
|
|
||||||
"path": "./tsconfig.isolated.json"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"include": [
|
"include": [
|
||||||
"plugins/**/*",
|
"plugins/**/*",
|
||||||
"theme/**/*",
|
"theme/**/*",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user