diff --git a/tsconfig.json b/tsconfig.json index cb8c7d3..d8b764c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,7 @@ }, "allowSyntheticDefaultImports": true, // 默认导入 "skipLibCheck": true, // 不对第三方依赖类型检查 ,element-plus 生产打包报错 - "types": ["vite-plugin-svg-icons/client","element-plus/global"] - + "types": ["element-plus/global"] }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] }