Skip to content

Commit d1ab655

Browse files
committed
enablle --noImplicitOverride introduced in TypeScript 4.3
1 parent ab10658 commit d1ab655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
4040
"noUncheckedIndexedAccess": true,
4141
"noPropertyAccessFromIndexSignature": true,
42+
"noImplicitOverride": true,
4243
"importsNotUsedAsValues": "error",
4344

4445
/* Module Resolution Options */

0 commit comments

Comments
 (0)