From f3613ccb253337aeda83dcf3791ee9a219c63852 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 14 Mar 2026 12:35:44 +0200 Subject: [PATCH] chore(client): typecheck failing due to changes in JSX handling --- apps/client/tsconfig.app.json | 3 +-- apps/client/tsconfig.spec.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/client/tsconfig.app.json b/apps/client/tsconfig.app.json index e81c3e3213..1b614c5f09 100644 --- a/apps/client/tsconfig.app.json +++ b/apps/client/tsconfig.app.json @@ -8,8 +8,7 @@ "preact" ], "rootDir": "src", - "jsx": "react", - "jsxFactory": "h", + "jsx": "react-jsx", "jsxImportSource": "preact", "module": "esnext", "moduleResolution": "bundler", diff --git a/apps/client/tsconfig.spec.json b/apps/client/tsconfig.spec.json index 5f0064b467..ba1f22c11e 100644 --- a/apps/client/tsconfig.spec.json +++ b/apps/client/tsconfig.spec.json @@ -6,8 +6,7 @@ "node", "vitest" ], - "jsx": "react", - "jsxFactory": "h", + "jsx": "react-jsx", "jsxImportSource": "preact", "module": "esnext", "moduleResolution": "bundler"