From 6acc7b6500acd8614f442f03573cf53bdcb52a1a Mon Sep 17 00:00:00 2001 From: ray_wuhao <443547225@qq.com> Date: Tue, 4 Jul 2023 14:06:39 +0800 Subject: [PATCH] =?UTF-8?q?bug=20fixed:=20=E4=BF=AE=E5=A4=8D=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 31eaf844..a7406f34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,7 @@ "@intlify/unplugin-vue-i18n/messages", "naive-ui/volar", "vite/client", - "src/types/global.d.ts" + "./src/types/global.d.ts" ], "ignoreDeprecations": "5.0" },