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.
2 parents f813afb + 0b7d681 commit f9424a0Copy full SHA for f9424a0
1 file changed
tsconfig.json
@@ -27,7 +27,9 @@
27
"noUnusedLocals": true,
28
"noUnusedParameters": true,
29
"noFallthroughCasesInSwitch": true,
30
+ "noUncheckedSideEffectImports": true,
31
"allowUnreachableCode": false,
32
+ "allowUnusedLabels": false,
33
"useUnknownInCatchVariables": true,
34
"noImplicitOverride": true,
35
// ======================================================================
0 commit comments