From 8f6062494f03782d8414db22ee40dbf1ba261115 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Wed, 21 Jun 2023 11:52:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20vitest/global=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5c4323b1..8ff8703b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,8 +23,7 @@ "vite/client", /** Element Plus 的 Volar 插件支持 */ "element-plus/global", - "vitest", - "vitest/globals" + "vitest" ], /** baseUrl 用来告诉编译器到哪里去查找模块,使用非相对模块时必须配置此项 */ "baseUrl": ".",