Skip to content

Commit

Permalink
update target to ensure compilation does not alter generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jun 14, 2019
1 parent b0bd80a commit c4af8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "es6"
"target": "esnext"
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit c4af8eb

Please sign in to comment.