Skip to content

Commit

Permalink
build: build for es6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: build target from es5 to es6
  • Loading branch information
jsdevtom committed Aug 5, 2019
1 parent c2f7ae1 commit 08e85f5
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,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"target": "es6",
"module": "es2015",
"lib": [
"es2015",
Expand Down

0 comments on commit 08e85f5

Please sign in to comment.