@targetprocess/typings
v0.16.0
Published
Typings for basic targetprocess mashup integration APIs.
Downloads
871
Readme
@targetprocess/typings
Typings for basic targetprocess mashup integration APIs.
Installation
> npm install --save-dev @targetprocess/typings
Usage
Add the following glob pattern to your tsconfig.json
"include"
array:
{
...
"include": [
...
"./node_modules/@targetprocess/typings/*.d.ts"
],
...
}