Skip to content

Commit 947afef

Browse files
committed
fix(deps): update tsconfig.jsx as updated tests break
1 parent 809bbae commit 947afef

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
"target": "esnext",
4-
"jsx": "react",
4+
"jsx": "react-jsx",
55
"lib": ["es2023"],
66
"moduleDetection": "force",
77
"module": "preserve",

0 commit comments

Comments
 (0)