From aeb0f44a432a4e5bead11467e3b65f3105aaee8b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 4 Nov 2025 08:55:05 +0200 Subject: [PATCH] chore(website): fix typecheck issue --- apps/website/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/website/tsconfig.json b/apps/website/tsconfig.json index 4d67635d7..68e45adef 100644 --- a/apps/website/tsconfig.json +++ b/apps/website/tsconfig.json @@ -10,7 +10,8 @@ "jsxImportSource": "preact", "skipLibCheck": true, "types": [ - "vite/client" + "vite/client", + "vitest/config" ], "paths": { "react": ["../../node_modules/preact/compat/"],