diff --git a/tsconfig.json b/tsconfig.json index b0e30fe..4a6643a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,7 @@ /* Additional Checks */ // "noUnusedLocals": true, /* Report errors on unused locals. */ // "noUnusedParameters": true, /* Report errors on unused parameters. */ -// "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. */ "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ /* Module Resolution Options */