Skip to content

Commit

Permalink
build: module changed to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed May 16, 2020
1 parent d5dee59 commit cfe6701
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
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "esnext",
"module": "CommonJS",
"target": "esnext",
"outDir": "./dist",
"moduleResolution": "node",
Expand Down

0 comments on commit cfe6701

Please sign in to comment.