Typestep

JSON →
library 0.5.2 ·javascript
verified Jun 7, 2026

Typestep (v0.5.2) simplifies incremental migration from JavaScript to TypeScript by analyzing `tsc --noEmit` output and allowing selective error ignoring via a config file. Unlike blanket `// @ts-nocheck` or `any` overrides, it provides granular per-file and per-error-code suppression, making it safe to adopt TypeScript file by file. Released under active development with no stable release cadence yet.