aboutsummaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json
index 4aafc5f..b814603 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es5",
+ "jsx":"preserve",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",