chore: 移除无用配置

Former-commit-id: 3ca3064df8
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

@ -35,7 +35,6 @@
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@iconify-json/ep": "^1.1.8",
"@types/node": "^16.11.7",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
@ -52,6 +51,7 @@
"prettier": "^2.6.2",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"unocss": "^0.50.1",
"unplugin-auto-import": "^0.13.0",
"unplugin-icons": "^0.15.1",
"unplugin-vue-components": "^0.23.0",

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"]