fix(config): remove duplicate noImplicitReturns key in tsconfig.base.json

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2025-07-29 10:51:00 -07:00
co-authored by Claude
parent 4b0d84e9c8
commit c6836ab85e
-1
View File
@@ -18,7 +18,6 @@
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"exactOptionalPropertyTypes": true,
"noUncheckedIndexedAccess": true,
"esModuleInterop": true,