This package has been deprecated

Author message:

this package has been deprecated

typescript-minify

1.0.2 • Public • Published

typescript-minify

minify typescript

Install

$ npm install typescript-minify

Usage

let minify = require('typescript-minify');
let source = path.join(process.cwd(), 'src');
let modules = 'module.json';
 
minify.ts_minify(source , modules);

module.json

{
  "file": [
    "test.ts"
  ]
}
 

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i typescript-minify

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

22 kB

Total Files

12

Last publish

Collaborators

  • bill0119
  • npm