Skip to content

Commit

Permalink
fix: use commonjs modules
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Jul 18, 2018
1 parent 0f4c803 commit fa8d85d
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 @@ -3,7 +3,7 @@
"sourceMap": false,
"lib": ["es2015", "dom"],
"target": "ES5",
"module": "es2015",
"module": "commonjs",
"declaration": true,
"declarationDir": "types",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit fa8d85d

Please sign in to comment.