Package Exports
- typings-global
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typings-global) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
typings-global
@types/node in the right version
Usage
checks your node version during installation and then installs the best matching @types/node version
To install type
npm install --save typings-globalTo gain node instellisense in your project simply type
import "typings-global"You can then import any node core modules like path or crypto with intellisense working.