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,