build: update tsconfig

This commit is contained in:
pengzhanbo 2025-10-07 23:23:51 +08:00
parent 4d2361a704
commit 5996f1062f
2 changed files with 0 additions and 22 deletions

View File

@ -1,17 +0,0 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"isolatedDeclarations": true
},
"include": [
"**/*.ts"
],
"exclude": [
"**/node_modules/**",
"**/.cache/**",
"**/.temp/**",
"**/lib/**",
"**/dist/**"
]
}

View File

@ -10,11 +10,6 @@
},
"types": ["webpack-env", "vite/client", "vuepress/client-types"]
},
"references": [
{
"path": "./tsconfig.isolated.json"
}
],
"include": [
"plugins/**/*",
"theme/**/*",