Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update TypeScript compiler target to es2016 (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow authored Jun 22, 2020
1 parent 61805e6 commit 63c6a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"target": "es2016",
"lib": ["es2017", "dom"],
"experimentalDecorators": true,
"downlevelIteration": true,
Expand Down

0 comments on commit 63c6a5a

Please sign in to comment.