From 3bbda196c627b5f3d7de82e1f824b97c1180b180 Mon Sep 17 00:00:00 2001 From: Tanimodori Date: Fri, 4 Nov 2022 00:55:21 +0800 Subject: [PATCH] types: add vite/client --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 303747d..7718d99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "module": "esnext", "target": "esnext", "lib": ["esnext", "dom"], + "types": ["vite/client"], "strict": true, "allowJs": true, "isolatedModules": true,