Skip to content

Commit afad0ef

Browse files
fix: use react-jsx
1 parent d4f88f7 commit afad0ef

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
@@ -6,7 +6,7 @@
66
"lib": ["esnext", "dom"],
77
"moduleResolution": "bundler",
88
"strict": true,
9-
"jsx": "react",
9+
"jsx": "react-jsx",
1010
"pretty": true,
1111
"noEmit": true,
1212
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)