Skip to content

Commit

Permalink
fix: Switch to commonjs modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Finlinson committed Feb 22, 2019
1 parent aa07ee2 commit 6a68fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"target": "es2017",
"module": "commonjs",
"noImplicitAny": true,
"moduleResolution": "node",
"declaration": true,
Expand Down

0 comments on commit 6a68fe7

Please sign in to comment.