summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 2901f27..d4de0f6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
"outDir": "dist",
"module": "ESNext",
"target": "ES2020",
- "jsx": "react-jsx",
+ "jsx": "react",
"declaration": false,
"moduleResolution": "node",
"noUnusedLocals": true,