typings : The TypeScript Definition Manager. You can installing typings 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 typings $ sudo npm install -g typings
If want to update the typings package execute the command as below,
$ sudo npm update typings
Update package globally,
$ npm install -g typings
$ sudo git clone https://github.com/rektide/typings.git
$ sudo npm install -g ./typings
typings@2.1.1 /usr/lib/node_modules/typings
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall typings
| Package Name | typings |
| Version | 2.1.1 |
| Description | The TypeScript Definition Manager |
| Released Date | 2017-04-09T20:18:12.918Z |
| Published by | blakeembrey |
| How to Learn | https://www.npmjs.com/package/typings/tutorial |