!123 "types": ["element-plus/global"]层级错误,且element-plus按需引入不用配置tsconfig.jsonMerge pull request !123 from zl/修复tsconfig.json
tsconfig.json @@ -19,9 +19,6 @@ "paths": { "@/*": ["src/*"] }, "compilerOptions": { "types": ["element-plus/global"] }, "types": ["vite/client"], "skipLibCheck": true, "removeComments": true,