mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
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:
parent
663c4bc9c1
commit
3fec85e073
@ -11,9 +11,9 @@
|
|||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "es2018",
|
"target": "es2019",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2018"
|
"es2019"
|
||||||
],
|
],
|
||||||
"baseUrl": "",
|
"baseUrl": "",
|
||||||
"rootDirs": [
|
"rootDirs": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user