TsMinifier

JSON →
library 4.1.0-dev.1 ·javascript
verified Jun 4, 2026

TsMinifier is a TypeScript minifier that provides identifier mangling and whitespace removal, targeting TypeScript source files directly. Version 4.1.0-dev.1 is a development release. It differs from general minifiers by operating on TypeScript syntax rather than transpiled JavaScript, and it integrates as a transform plugin for the ts2js compiler. The package ships TypeScript type definitions. It has a small focus compared to full-featured minifiers like Terser, but offers simplicity for TypeScript-specific minification.