From d36716bdb6ee3e1cc69a4837a30b09b5291cc559 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 14 Sep 2025 10:59:15 +0300 Subject: [PATCH] chore(client): tests not being able to access .tsx --- apps/client/tsconfig.spec.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/client/tsconfig.spec.json b/apps/client/tsconfig.spec.json index dedbb0293..152d9cb27 100644 --- a/apps/client/tsconfig.spec.json +++ b/apps/client/tsconfig.spec.json @@ -8,6 +8,9 @@ "node", "vitest" ], + "jsx": "preserve", + "jsxFactory": "h", + "jsxImportSource": "preact", "module": "esnext", "moduleResolution": "bundler" },