Skip to content

Commit 1d20557

Browse files
committed
jsx runtime should be match
1 parent fd3269d commit 1d20557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/gentype_tests/typescript-react-example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lib": ["dom", "dom.iterable", "esnext"],
77
"sourceMap": true,
88
"allowJs": true,
9-
"jsx": "react",
9+
"jsx": "react-jsx",
1010
"skipLibCheck": true,
1111
"moduleResolution": "node",
1212
"rootDir": ".",

0 commit comments

Comments
 (0)