mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fdfcef5a0a
This unblocks the internal migration to turn the option on in g3. PR Close #44679
35 lines
694 B
JSON
35 lines
694 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitReturns": true,
|
|
"noImplicitOverride": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"target": "es2019",
|
|
"lib": [
|
|
"es2019"
|
|
],
|
|
"types": [
|
|
"jasmine"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@angular/core": [
|
|
"../"
|
|
],
|
|
"@angular/compiler": [
|
|
"../../compiler"
|
|
],
|
|
"@angular/compiler-cli": [
|
|
"../../compiler-cli"
|
|
],
|
|
"@angular/compiler-cli/private/*": [
|
|
"../../compiler-cli/private/*"
|
|
]
|
|
}
|
|
},
|
|
"bazelOptions": {
|
|
"suppressTsconfigOverrideWarnings": true
|
|
}
|
|
} |