A TypeScript transformer plugin that displays a progress bar during tsc or ttypescript builds, inspired by webpackbar. Current stable version is 1.0.4, with no active release cadence (last update around 2021). It integrates seamlessly with ttypescript and requires no custom build tooling. The plugin allows customization of title and color. Alternative to other progress reporting tools but tightly coupled with ttypescript.
npm install tsc-progressNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure tsc-progress in tsconfig.json and use it with ttypescript.
Use TypeScript's built-in --watch or modern bundlers like esbuild that provide progress output.
Install ttypescript: npm install --save-dev ttypescript, and use npx ttsc instead of npx tsc.
Ensure ttypescript is installed and that you run ttsc, not tsc.
Run npm install --save-dev tsc-progress and verify node_modules contains it.
Ensure TypeScript version matches the peer dependency (*). Consider using TypeScript 4.x.
Use ttypescript (ttsc) or a custom build pipeline that supports transformers (e.g., ts-node with transformers).