angular-cn/packages/compiler-cli/tsconfig.json

15 lines
246 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es2015",
"lib": [
"es2015",
"es2017.object",
],
"strict": true,
"types": [
"jasmine"
]
}
}