21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"strict": true,
|
|
"lib": ["es2015"],
|
|
"types": [],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@angular/core": ["../"],
|
|
"@angular/compiler": ["../../compiler"],
|
|
"@angular/compiler/*": ["../../compiler/*"],
|
|
"@angular/compiler-cli": ["../../compiler-cli"],
|
|
"@angular/compiler-cli/*": ["../../compiler-cli/*"]
|
|
}
|
|
},
|
|
"bazelOptions": {
|
|
"suppressTsconfigOverrideWarnings": true
|
|
}
|
|
}
|