summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorYusuke Sakurai <kerokerokerop@gmail.com>2019-10-02 23:46:36 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-10-02 10:46:36 -0400
commitd32f39f2ec271c7517bbd5113827dc43a7e40641 (patch)
tree66ecb0e069792a485d54ad03184cbdd727addf4a /tsconfig.json
parenta646c2a88505819e07b5b967b9f8afacbac5aeef (diff)
feat: JSX Support (#3038)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
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": [