diff --git a/tsconfig.json b/tsconfig.json index a84e0209..d6b57a88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,6 +27,7 @@ "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, + "noImplicitReturns": true, "alwaysStrict": true, "exactOptionalPropertyTypes": true, "noUncheckedIndexedAccess": true,