From 596cf6542dcf80597a07b0df07f080b0079cf50f Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sat, 3 Jun 2023 13:29:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E7=BC=96=E8=AF=91=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 832c38ef327f607d32fb271f3d4d2d8a20eee85d --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b2fbbcf..3423468 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */ -- GitLab