Skip to content

Commit

Permalink
feat: Switch default typescript.compilerOptions.jsx to 'react-jsx'
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Sep 25, 2024
1 parent 2297f2c commit aa9e5d1
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 @@ -10,7 +10,7 @@
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"lib": ["dom", "es2017"],
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit aa9e5d1

Please sign in to comment.