Skip to content

Commit

Permalink
Fix TS inference for JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Nov 29, 2022
1 parent 988c809 commit c509848
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 @@
"resolveJsonModule": true,
"noEmit": true,
"outDir": "dist",
"jsx": "react",
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"lib": ["dom", "dom.iterable", "esnext"]
},
Expand Down

0 comments on commit c509848

Please sign in to comment.