Skip to content

Commit

Permalink
Fix (hack) tsc compiler complaining about isolatedModules...
Browse files Browse the repository at this point in the history
  • Loading branch information
amcsi committed Apr 11, 2022
1 parent 83552bd commit 959b728
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 @@ -8,7 +8,7 @@
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"isolatedModules": false,
"esModuleInterop": true,
"lib": ["esnext", "dom"]
},
Expand Down

0 comments on commit 959b728

Please sign in to comment.