From ad7b5700f3a5b7d47d65dd5553af8b27b11ecbf7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 14 Mar 2026 12:29:57 +0200 Subject: [PATCH] chore(client): tests not running due to change in Vite --- apps/client/tsconfig.app.json | 2 +- apps/client/tsconfig.spec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/tsconfig.app.json b/apps/client/tsconfig.app.json index 4abc845e41..e81c3e3213 100644 --- a/apps/client/tsconfig.app.json +++ b/apps/client/tsconfig.app.json @@ -8,7 +8,7 @@ "preact" ], "rootDir": "src", - "jsx": "preserve", + "jsx": "react", "jsxFactory": "h", "jsxImportSource": "preact", "module": "esnext", diff --git a/apps/client/tsconfig.spec.json b/apps/client/tsconfig.spec.json index 43317d4e07..5f0064b467 100644 --- a/apps/client/tsconfig.spec.json +++ b/apps/client/tsconfig.spec.json @@ -6,7 +6,7 @@ "node", "vitest" ], - "jsx": "preserve", + "jsx": "react", "jsxFactory": "h", "jsxImportSource": "preact", "module": "esnext",