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/*"],