Skip to content

Commit

Permalink
revert tsconfig lib back to es2015 from es2017
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Dec 12, 2017
1 parent abba30b commit 47115af
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 @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "es2015",
"lib": ["es2017", "dom"],
"lib": ["es2015", "dom"],
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
Expand Down

0 comments on commit 47115af

Please sign in to comment.