Alex Rickabaugh dc10355d61 build(compiler-cli): enable full TypeScript strictness (#29436)
This commit enables strict: true in TypeScript builds of
//packages/compiler-cli.

PR Close #29436
2019-03-21 12:14:39 -04:00

14 lines
220 B
JSON

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