mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +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": ".",
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "es2018",
|
||||
"target": "es2019",
|
||||
"lib": [
|
||||
"es2018"
|
||||
"es2019"
|
||||
],
|
||||
"baseUrl": "",
|
||||
"rootDirs": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user