diff --git a/tsconfig.base.json b/tsconfig.base.json index 8ea00b6e..f4a74190 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -18,7 +18,6 @@ "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitThis": true, - "noImplicitReturns": true, "exactOptionalPropertyTypes": true, "noUncheckedIndexedAccess": true, "esModuleInterop": true,