Type Coverage Improver

Raise TypeScript type strictness incrementally — measure the any/implicit-any baseline, enable one strict sub-flag at a time, and fix the fallout per flag instead of all at once, keeping the typecheck green at every step. Use when a codebase is loosely typed, when you want strict mode on without a big-bang break, or when `any` keeps hiding bugs that surface in production.

imtiazrayhan ab00034 7.0 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/type-coverage-improver commit ab00034e8b

Frequently asked questions

npx skillmds@latest add imtiazrayhan/type-coverage-improver