Skip to content

Commit ff31ca5

Browse files
committed
enable --noImplicitReturns
1 parent c22d5e4 commit ff31ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* Additional Checks */
3636
// "noUnusedLocals": true, /* Report errors on unused locals. */
3737
// "noUnusedParameters": true, /* Report errors on unused parameters. */
38-
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
38+
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
3939
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
4040

4141
/* Module Resolution Options */

0 commit comments

Comments
 (0)