Skip to content

Commit a415a17

Browse files
SoraYamaktsn
authored andcommitted
change compiler option "jsx"; (#216)
1 parent f7e6da9 commit a415a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"strict": true,
1212
"noUnusedLocals": true,
1313
"noUnusedParameters": true,
14-
"jsx": "react",
14+
"jsx": "preserve",
1515
"jsxFactory": "h"
1616
},
1717
"include": [

0 commit comments

Comments
 (0)