tsconfig : Resole and parse `tsconfig.json`, replicating to TypeScripts behaviour. You can installing tsconfig 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 tsconfig $ sudo npm install -g tsconfig
If want to update the tsconfig package execute the command as below,
$ sudo npm update tsconfig
Update package globally,
$ npm install -g tsconfig
$ sudo git clone https://github.com/rektide/tsconfig.git
$ sudo npm install -g ./tsconfig
tsconfig@7.0.0 /usr/lib/node_modules/tsconfig
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tsconfig
| Package Name | tsconfig |
| Version | 7.0.0 |
| Description | Resole and parse `tsconfig.json`, replicating to TypeScripts behaviour |
| Released Date | 2017-08-28T23:40:02.474Z |
| Published by | blakeembrey |
| How to Learn | https://www.npmjs.com/package/tsconfig/tutorial |