ts-jest : A preprocessor with sourcemap support to help use Typescript with Jest. You can installing ts-jest 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-jest $ sudo npm install -g ts-jest
If want to update the ts-jest package execute the command as below,
$ sudo npm update ts-jest
Update package globally,
$ npm install -g ts-jest
$ sudo git clone https://github.com/rektide/ts-jest.git
$ sudo npm install -g ./ts-jest
ts-jest@21.2.3 /usr/lib/node_modules/ts-jest
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ts-jest
| Package Name | ts-jest |
| Version | 21.2.3 |
| Description | A preprocessor with sourcemap support to help use Typescript with Jest |
| Released Date | 2017-11-17T04:23:53.311Z |
| Published by | kul |
| How to Learn | https://www.npmjs.com/package/ts-jest/tutorial |