fix: 🐛 编译警告问题修复

Former-commit-id: 832c38ef327f607d32fb271f3d4d2d8a20eee85d
This commit is contained in:
haoxr
2023-06-03 13:29:47 +08:00
parent 01459ddb86
commit 596cf6542d

View File

@@ -15,7 +15,7 @@
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["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. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */,
"allowSyntheticDefaultImports": true /* */, "allowSyntheticDefaultImports": true /* */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */ "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */