2019-02-27 14:30:38 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"noImplicitReturns": true,
|
2019-04-11 13:46:21 -04:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"strictPropertyInitialization": true,
|
2019-02-27 14:30:38 -05:00
|
|
|
"lib": ["es2015"],
|
2019-03-30 07:48:21 -04:00
|
|
|
"types": [],
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@angular/compiler": ["../../compiler"],
|
|
|
|
"@angular/compiler/*": ["../../compiler/*"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bazelOptions": {
|
|
|
|
"suppressTsconfigOverrideWarnings": true
|
2019-02-27 14:30:38 -05:00
|
|
|
}
|
|
|
|
}
|