diff --git a/tsconfig.json b/tsconfig.json index 1e7c223f..b09d183c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "module": "es2015", "moduleResolution": "node", "noImplicitAny": true, - "noImplicitReturns": false, // FIXME: #503 we'd like to enable this option again. + "noImplicitReturns": true, "outDir": "./dist/client/__obj/", "pretty": true, "preserveConstEnums": true,