!123 "types": ["element-plus/global"]层级错误,且element-plus按需引入不用配置tsconfig.json

Merge pull request !123 from zl/修复tsconfig.json
This commit is contained in:
疯狂的狮子Li 2024-06-19 06:41:11 +00:00 committed by Gitee
commit 9ef7fd3844
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -19,9 +19,6 @@
"paths": {
"@/*": ["src/*"]
},
"compilerOptions": {
"types": ["element-plus/global"]
},
"types": ["vite/client"],
"skipLibCheck": true,
"removeComments": true,