From 315febaff9f9fb96094755e6c3557a2e174b2fb8 Mon Sep 17 00:00:00 2001 From: alejandrobailo Date: Fri, 23 Jan 2026 09:51:54 +0100 Subject: [PATCH] fix(ui): use jsx preserve for Next.js optimal compilation --- ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 02037f4ac9..ef0a744a3c 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -5,7 +5,7 @@ "forceConsistentCasingInFileNames": true, "incremental": true, "isolatedModules": true, - "jsx": "react-jsx", + "jsx": "preserve", "lib": [ "dom", "dom.iterable",