TypeStrictener — Track & Tame TypeScript any
any quietly erodes type safety. TypeStrictener makes its usage visible and trackable so teams can drive it down.
Free
- Inline diagnostics for explicit
any (: any, as any, any[], <any>)
- Warnings for
@ts-ignore / @ts-nocheck / @ts-expect-error
- Project-wide
any count in the status bar + per-file summary
Pro
- Quick-fix suggestions (
any → unknown, as any → as unknown, …)
any-count trend vs an earlier git revision
- Per-author
any introduction report (via git blame)
Detection is lexical (explicit any), so it works instantly without a type-check pass.
Get a Pro key at marketplace.dashovia.com/extensions/type-strictener.
| |