Skip to content

Commit

Permalink
fix: commonjs module
Browse files Browse the repository at this point in the history
fix: commonjs module
  • Loading branch information
XVincentX authored Jul 17, 2019
2 parents 468a833 + 30f3a93 commit 1e89724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"compilerOptions": {
"outDir": "dist",
"moduleResolution": "node",
"module": "es6"
"target": "es6"
}
}

0 comments on commit 1e89724

Please sign in to comment.