From 9e62dd8847bdf40d1c4ab9bf54acd15ad2db5a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Fri, 15 Apr 2022 00:34:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tsconfig.json):=20=E5=88=A0=E9=99=A4vi?= =?UTF-8?q?te-plugin-svg-icons/client=E7=B1=BB=E5=9E=8B=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 95afa4c28fc88c5108cb7025c57c99ff2f77a17d --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"] }