Typescript source file minifier that performs identifier mangling (shortening) and whitespace removal. Current stable version is 1.0.0-beta.1. The project appears unmaintained (last release 2015). Differentiator: operates at the TypeScript AST level rather than on compiled JavaScript, preserving type information. No recent activity; consider it deprecated in favor of Terser or esbuild for TypeScript minification.
npm install tsminifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minifies TypeScript project using default tsconfig.json with mangling and comment removal.
Use modern alternative like esbuild or Terser for TypeScript minification.
Ensure you pass the path to tsconfig.json as the first argument.
Use the 'mangleExclude' option to exclude specific identifiers or disable mangling if issues arise.
Run 'npm install tsminify'. Ensure Node >= 4.x.
Use 'import tsminify from 'tsminify' or 'const tsminify = require('tsminify')'.No dependency data recorded yet.