From 266b566850838b85cc662c70fc5b066f55f7f939 Mon Sep 17 00:00:00 2001 From: ToQuery Date: Tue, 28 Dec 2021 18:47:57 +0800 Subject: [PATCH] =?UTF-8?q?tsconfig=20=E5=A2=9E=E5=8A=A0=20types=20,=20?= =?UTF-8?q?=E8=A7=A3=E5=86=B3webstorm=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=20(#1527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index fd4836ef..76e91f26 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,7 @@ "lib": ["dom", "esnext"], "noImplicitAny": false, "skipLibCheck": true, + "types": ["vite/client"], "removeComments": true, "paths": { "/@/*": ["src/*"],