@targetprocess/typings
Installation
> npm install --save-dev @targetprocess/typings
Usage
Add the following glob pattern to yourtsconfig.json
"include"
array:{
...
"include": [
...
"./node_modules/@targetprocess/typings/*.d.ts"
],
...
}