Skip to content

Commit

Permalink
FIX: Typescript error for react 17 or above (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshavenger authored Oct 3, 2024
1 parent ccfd168 commit 4a88e5b
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 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{
Expand Down

0 comments on commit 4a88e5b

Please sign in to comment.