fix: 🐛 添加element-plus类型声明

Former-commit-id: fd992d108b
This commit is contained in:
hxr 2023-11-05 10:54:37 +08:00
parent b43bf70f21
commit 8754f594c0
1 changed files with 1 additions and 1 deletions

View File

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