Skip to content

Commit

Permalink
Disabled TypeScript's "esModuleInterop" feature, in favor of explicit…
Browse files Browse the repository at this point in the history
… imports
  • Loading branch information
JamesMessinger committed Feb 9, 2020
1 parent 9a54a89 commit 352b9b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
Expand Down

0 comments on commit 352b9b9

Please sign in to comment.