From a8e44f38a98cff49df8e4da1a3440d2d2ebba157 Mon Sep 17 00:00:00 2001 From: Alexander Vogt Date: Fri, 16 Jan 2026 17:33:36 +0100 Subject: [PATCH] explicitly add vite types --- frontend/webEditor/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/webEditor/tsconfig.json b/frontend/webEditor/tsconfig.json index ae41ac20..1b8ad401 100644 --- a/frontend/webEditor/tsconfig.json +++ b/frontend/webEditor/tsconfig.json @@ -6,6 +6,7 @@ "useDefineForClassFields": true, "module": "ESNext", "lib": ["ES2020", "DOM", "DOM.Iterable"], + "types": ["vite/client"], "skipLibCheck": true, // Bundler mode