This commit enables strict: true in TypeScript builds of //packages/compiler-cli. PR Close #29436
14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"strict": true,
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
}
|
|
}
|