Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 0522971

Browse files
committed
revert jsx setting caused by build.
1 parent 9a51a2c commit 0522971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"resolveJsonModule": true,
1919
"isolatedModules": true,
2020
"noEmit": true,
21-
"jsx": "react-jsx"
21+
"jsx": "react"
2222
},
2323
"include": [
2424
"src"

0 commit comments

Comments
 (0)