From c6836ab85e9e5667d3db3874ddd67a26f31fa41c Mon Sep 17 00:00:00 2001 From: Christian Pillsbury Date: Tue, 29 Jul 2025 10:51:00 -0700 Subject: [PATCH] fix(config): remove duplicate noImplicitReturns key in tsconfig.base.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- tsconfig.base.json | 1 - 1 file changed, 1 deletion(-) 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,