build: update Angular CLI repo to use ES2019

Since we no longer support Node.JS 10 we can ship our code in ES2019
See: https://node.green/#ES2019
This commit is contained in:
Alan Agius 2021-03-11 11:51:04 +01:00
parent 663c4bc9c1
commit 3fec85e073

View File

@ -11,9 +11,9 @@
"rootDir": ".",
"skipLibCheck": true,
"strict": true,
"target": "es2018",
"target": "es2019",
"lib": [
"es2018"
"es2019"
],
"baseUrl": "",
"rootDirs": [