Skip to content

Commit

Permalink
build(tsconfig): update target
Browse files Browse the repository at this point in the history
BREAKING CHANGES: runtime requires es2018
  • Loading branch information
kwonoj committed Jun 13, 2019
1 parent 4a6ecdc commit f619336
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 @@ -12,7 +12,7 @@
"module": "commonjs",
"moduleResolution": "node",
"noEmit": true,
"target": "es5",
"target": "es2018",
"outDir": "dist",
"lib": [
"es2016"
Expand Down

0 comments on commit f619336

Please sign in to comment.