From d08f14d86da444e3bccc59dc2b16fe5e7a2375da Mon Sep 17 00:00:00 2001 From: ahao Date: Fri, 5 Jan 2024 14:37:22 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9=E5=AF=B9Volar?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index bb287e9..e4bf3ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,9 @@ "paths": { "@/*": ["src/*"] }, + "compilerOptions": { + "types": ["element-plus/global"] + }, "types": ["vite/client"], "skipLibCheck": true, "removeComments": true,