mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
build: use native async/await support
Node.js 8.9.4 (minimum supported version for the CLI) contains native async support.
This commit is contained in:
parent
2e6eea47d7
commit
a2e44bb8b7
@ -22,7 +22,7 @@
|
|||||||
// source in devtools.
|
// source in devtools.
|
||||||
"inlineSources": true,
|
"inlineSources": true,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"target": "es2016",
|
"target": "es2017",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2017"
|
"es2017"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user