Skip to content

Commit 050691d

Browse files
authored
Change JSX setting to react-jsx in tsconfig to match with main
1 parent ace235d commit 050691d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"moduleResolution": "bundler",
1515
"resolveJsonModule": true,
1616
"isolatedModules": true,
17-
"jsx": "preserve",
17+
"jsx": "react-jsx",
1818
"incremental": true,
1919
"paths": {
2020
"@/*": [

0 commit comments

Comments
 (0)