angular/packages/compiler-cli/tsconfig.json
Igor Minar c602563589 feat(compiler-cli): require node 8 as runtime engine (#22669)
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
2018-03-12 09:27:23 -07:00

9 lines
No EOL
144 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es2015",
"lib": [
"es2015"
]
}
}