Skip to content

Commit

Permalink
build: update Angular CLI repo to use ES2019
Browse files Browse the repository at this point in the history
Since we no longer support Node.JS 10 we can ship our code in ES2019
See: https://node.green/#ES2019
  • Loading branch information
alan-agius4 committed Mar 11, 2021
1 parent 663c4bc commit 3fec85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"rootDir": ".",
"skipLibCheck": true,
"strict": true,
"target": "es2018",
"target": "es2019",
"lib": [
"es2018"
"es2019"
],
"baseUrl": "",
"rootDirs": [
Expand Down

0 comments on commit 3fec85e

Please sign in to comment.