Enable noImplicitAny in tsconfig.json by jeffwidman · Pull Request #684 · dependabot/fetch-metadata (original) (raw)
added 2 commits
Add a "typecheck" script (tsc --noEmit) to package.json and run it in CI before lint and test. This catches TypeScript type errors that esbuild silently ignores during bundling.
Remove the noImplicitAny: false override so strict: true applies fully. Add explicit type annotations to all callback parameters that were relying on implicit any. Install @types/pluralize for the pluralize package.
jeffwidman changed the base branch from main to ci-add-typecheck
Base automatically changed from ci-add-typecheck to main
truggeri deleted the tsconfig-enable-no-implicit-any branch
This was referenced
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})