From 7904496df115c8df9b757c4c6ee2cb698dd79098 Mon Sep 17 00:00:00 2001 From: zl <11656279+xbbzjsj@user.noreply.gitee.com> Date: Thu, 6 Jun 2024 08:53:59 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B1=82=E7=BA=A7=E9=94=99=E8=AF=AF,=E4=B8=94e?= =?UTF-8?q?lement-plus=E6=8C=89=E9=9C=80=E5=BC=95=E5=85=A5=E4=B8=8D?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AEtsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zl <11656279+xbbzjsj@user.noreply.gitee.com> --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e4bf3ac4..bb287e9d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,9 +19,6 @@ "paths": { "@/*": ["src/*"] }, - "compilerOptions": { - "types": ["element-plus/global"] - }, "types": ["vite/client"], "skipLibCheck": true, "removeComments": true, -- Gitee