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
|
|
}
|
|
}
|