diff --git a/tsconfig.json b/tsconfig.json index 5bf213f..8e374f4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,9 @@ "isolatedModules": true, "strictNullChecks": true, "allowSyntheticDefaultImports": true, + "types": [ + "vite/client" + ], "lib": [ "DOM", "ES5",