parent
39e9066f2d
commit
8f3315ebe2
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue