We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab10658 commit d1ab655Copy full SHA for d1ab655
tsconfig.json
@@ -39,6 +39,7 @@
39
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
40
"noUncheckedIndexedAccess": true,
41
"noPropertyAccessFromIndexSignature": true,
42
+ "noImplicitOverride": true,
43
"importsNotUsedAsValues": "error",
44
45
/* Module Resolution Options */
0 commit comments