Package Exports
- install-types
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 (install-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
install-types
Auto install typings for your package dependencies.
Install
npm install -D install-types
or globally
npm install -g install-types
Usage
You can use it directly in the cli if installed globally or can be used as a postinstall script on your package.json.
"scripts": {
"postinstall": "install-types",
}Note
install-typesuses typesync internally to check the types.