From 4c61aa136aa6f8468bb4aa00f53822e5b82728d8 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 5 Dec 2023 12:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/5564=E3=80=91=E8=A7=A3=E5=86=B3?= =?UTF-8?q?tsconfig.json=E6=89=BE=E4=B8=8D=E5=88=B0=E2=80=9Cvite/client?= =?UTF-8?q?=E2=80=9D=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=94=99=E8=AF=AF?= 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 908678c..4eaaa16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "experimentalDecorators": true, "lib": ["dom", "esnext"], "types": ["vite/client", "jest"], - "typeRoots": ["./node_modules/@types/", "./types"], + "typeRoots": ["./node_modules/@types/", "./types","./node_modules"], "noImplicitAny": false, "skipLibCheck": true, "paths": {