Skip to content

Commit 713518f

Browse files
committed
chore: use react-jsx transform
1 parent e33c227 commit 713518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"module": "esnext",
44
"target": "ES2021",
55
"lib": ["ES2022", "dom"],
6-
"jsx": "react",
6+
"jsx": "react-jsx",
77
"baseUrl": ".",
88
"rootDir": ".",
99
"composite": true,

0 commit comments

Comments
 (0)