Skip to content

Commit c1ec509

Browse files
committed
fix: change compiler option
1 parent 8809d10 commit c1ec509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"moduleResolution": "bundler",
1313
"resolveJsonModule": true,
1414
"isolatedModules": true,
15-
"jsx": "react-jsx",
15+
"jsx": "preserve",
1616
"incremental": true,
1717
"plugins": [
1818
{

0 commit comments

Comments
 (0)