fix: 🐛 编译警告问题修复
Former-commit-id: 832c38ef327f607d32fb271f3d4d2d8a20eee85d
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user