Skip to content

Commit

Permalink
es2019
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Feb 11, 2020
1 parent 44431b7 commit 757b12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node_modules/@types"
],
"lib": [
"es2018",
"es2019",
"dom"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": [],
"lib": [
"dom",
"es2018"
"es2019"
]
},
"angularCompilerOptions": {
Expand Down

0 comments on commit 757b12c

Please sign in to comment.