ts-helpers : Typescript helpers for compiling typescript while specifying `--noEmitHelpers` within your `tsconfig.json`. Cross platform ( Node/Browser/WebWorker ). You can installing ts-helpers npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ts-helpers $ sudo npm install -g ts-helpers
If want to update the ts-helpers package execute the command as below,
$ sudo npm update ts-helpers
Update package globally,
$ npm install -g ts-helpers
$ sudo git clone https://github.com/rektide/ts-helpers.git
$ sudo npm install -g ./ts-helpers
ts-helpers@1.1.2 /usr/lib/node_modules/ts-helpers
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ts-helpers
| Package Name | ts-helpers |
| Version | 1.1.2 |
| Description | Typescript helpers for compiling typescript while specifying `--noEmitHelpers` within your `tsconfig.json`. Cross platform ( Node/Browser/WebWorker ) |
| Released Date | 2016-10-14T08:43:08.788Z |
| Published by | ngparty |
| How to Learn | https://www.npmjs.com/package/ts-helpers/tutorial |