chore: 移除无用配置

Former-commit-id: 3ca3064df8aafd7a50a267dfcd67cd4435b133e8
This commit is contained in:
haoxr
2023-02-26 23:51:58 +08:00
parent 39e9066f2d
commit 8f3315ebe2
2 changed files with 2 additions and 5 deletions

View File

@@ -18,10 +18,7 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"allowSyntheticDefaultImports": true /* */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"typeRoots": [
"./node_modules/@types/",
"src/types"
] /* './node_modules/@types'. */
},
"include": ["src/**/*.ts", "src/**/*.vue", "src/types/**/*.d.ts"],
"exclude": ["node_modules", "dist", "**/*.js"]