fix: 🐛 编译警告问题修复

This commit is contained in:
haoxr 2023-06-03 13:29:47 +08:00
parent 967439fa41
commit 832c38ef32
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"paths": {
"@/*": ["src/*"]
},
"types": ["vite/client", "element-plus/global", "unplugin-icons/types/vue"],
"types": ["vite/client", "unplugin-icons/types/vue"],
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"allowSyntheticDefaultImports": true /* */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */