Skip to content

Commit 876ab3c

Browse files
committed
fix(tsconfig): update jsx option to use react-jsx
1 parent 1dc1e33 commit 876ab3c

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
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"jsx": "react",
4+
"jsx": "react-jsx",
55
"noEmit": true,
66
"baseUrl": "./",
77
"pretty": true,

0 commit comments

Comments
 (0)