minify-ts
JSON →A TypeScript code minifier leveraging the TypeScript compiler (v1.3.1, stable, quarterly releases) to safely rename variables, classes, functions, properties, and methods to short forms. Unlike general minifiers (e.g., terser), it fully understands TypeScript semantics and respects type safety, preserving exports and type declarations while achieving maximum compression. Key differentiators: AST-based renaming with no risk of breaking type inference, compatible with any TypeScript project, and produces valid JavaScript/TypeScript output.
Resources
packageminify-ts ↗