From 713518f0d20adefa5c228998c061c315791e7783 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Thu, 18 Jan 2024 12:54:42 +0100 Subject: [PATCH] chore: use `react-jsx` transform --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index cdccf306599..073eb9fd3b0 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,7 +3,7 @@ "module": "esnext", "target": "ES2021", "lib": ["ES2022", "dom"], - "jsx": "react", + "jsx": "react-jsx", "baseUrl": ".", "rootDir": ".", "composite": true,