Fix typo in stricter tsconfig (#4394)
This commit is contained in:
parent
2615042923
commit
439f1d1c0d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
// Force functions designed to override their parent class to be specified as `override`.
|
||||
"noImplicitOverride": true,
|
||||
// Force functions to specify that they can return `undefined` if a possibe code path does not return a value.
|
||||
// Force functions to specify that they can return `undefined` if a possible code path does not return a value.
|
||||
"noImplicitReturns": true,
|
||||
// Report an error when a variable is declared but never used.
|
||||
"noUnusedLocals": true,
|
||||
|
|
Loading…
Reference in a new issue