mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Enables the `noImplicitOverride` option to improve overall codehealth in the repository. PR Close #42512
8 lines
141 B
JSON
8 lines
141 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"downlevelIteration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true
|
|
}
|
|
}
|