Skip to content

Commit

Permalink
Add module interop to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Mar 6, 2024
1 parent 0f39940 commit 87c6705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"esModuleInterop": true,

"strict": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit 87c6705

Please sign in to comment.