Skip to content

Commit

Permalink
Support for module interop.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Feb 18, 2020
1 parent 329bc59 commit 6dea99a
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 @@ -6,6 +6,7 @@
"target": "es2018",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"declaration": true
Expand Down

0 comments on commit 6dea99a

Please sign in to comment.