mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +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.
|
||||
"inlineSources": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "es2016",
|
||||
"target": "es2017",
|
||||
"lib": [
|
||||
"es2017"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user