From 6e305dade49b540be45f1710679f3085ff6b8093 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 12 Dec 2020 13:51:52 +0100 Subject: [PATCH] Change tsconfig for jsx transpiler Signed-off-by: Tilman Vatteroth --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ca6be1299..27186b9da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react" + "jsx": "react-jsx" }, "include": [ "src"