From c8066fe2e2ed34979047ee155a9d1eaef262b607 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sun, 15 Dec 2019 16:31:53 +0530 Subject: [PATCH] tsconfig - Support jsx in react mode --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3e55a34..10bfe90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ ], "target": "es2015", "outDir": "./lib", + "jsx": "react", "removeComments": true, "inlineSourceMap": true, "inlineSources": true,