From e9ed8f0e73abefce8a2ccb07dbac6fce4caed88b Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 10 Apr 2019 10:42:31 +0200 Subject: [PATCH] stricter typing --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */