From 92271643d6eb38df96bf20a989885b95a3abfd35 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Fri, 20 Jan 2023 00:00:05 +0100 Subject: [PATCH] update tsconfig jsx field to "react-jsx" --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index eaf36e62..ba074d4c 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,7 +6,7 @@ "module": "ES2020", "moduleResolution": "node", "target": "ES2020", - "jsx": "preserve", + "jsx": "react-jsx", "declaration": true, "declarationMap": true, // "emitDeclarationOnly": true,