@targetprocess/typings

Typings for basic targetprocess mashup integration APIs.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@targetprocess/typings
0.16.02 years ago4 years agoMinified + gzip package size for @targetprocess/typings in KB

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"
  ],
  ...
}