mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This is not expected to be a breaking change for anyone who's on Node LTS (currently v8) and aligns @angular/compilar-cli with @angular/cli's runtime requirements. PR Close #22669
9 lines
No EOL
144 B
JSON
9 lines
No EOL
144 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"lib": [
|
|
"es2015"
|
|
]
|
|
}
|
|
} |