tsd : TypeScript Definition manager for DefinitelyTyped. You can installing tsd 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 tsd $ sudo npm install -g tsd
If want to update the tsd package execute the command as below,
$ sudo npm update tsd
Update package globally,
$ npm install -g tsd
$ sudo git clone https://github.com/rektide/tsd.git
$ sudo npm install -g ./tsd
tsd@0.6.5 /usr/lib/node_modules/tsd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tsd
| Package Name | tsd |
| Version | 0.6.5 |
| Description | TypeScript Definition manager for DefinitelyTyped |
| Released Date | 2015-10-03T23:21:05.633Z |
| Published by | diullei |
| How to Learn | https://www.npmjs.com/package/tsd/tutorial |