mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
48010b3c73
Enables the `noImplicitOverride` option to improve overall codehealth in the repository. PR Close #42512
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"downlevelIteration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true
|
|
}
|
|
}
|