Skip to content

Commit

Permalink
fix: use jsx preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jul 29, 2022
1 parent 82e3f6b commit 2c0d51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react",
"jsx": "preserve",
"module": "esnext",
"moduleResolution": "node",
"noUnusedLocals": false,
Expand Down

0 comments on commit 2c0d51d

Please sign in to comment.