From d32f39f2ec271c7517bbd5113827dc43a7e40641 Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Wed, 2 Oct 2019 23:46:36 +0900 Subject: feat: JSX Support (#3038) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index f62cf4c6d..cf252cfd7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,7 @@ "sourceMap": true, "strict": true, "target": "esnext", + "jsx": "react", "types": [] }, "files": [ -- cgit v1.2.3