We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22d5e4 commit ff31ca5Copy full SHA for ff31ca5
tsconfig.json
@@ -35,7 +35,7 @@
35
/* Additional Checks */
36
// "noUnusedLocals": true, /* Report errors on unused locals. */
37
// "noUnusedParameters": true, /* Report errors on unused parameters. */
38
- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
+ "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
39
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
40
41
/* Module Resolution Options */
0 commit comments