# Summary

This package contains Typescript definitions for [ExchangeApp](https://bkper.com/docs)

# Instalation

### 1) Add the package:

```
npm i -S @bkper/exchange-app-types
```
or
```
yarn add --dev @bkper/exchange-app-types
```

### 2) Configure tsconfig.json:

```
{
    "compilerOptions": {
        "typeRoots" : ["node_modules/@bkper", "node_modules/@types" ]
    }
}
```

[Learn more](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#types-typeroots-and-types) about **@types**, **typeRoots** and **types**

# Details

Generated using [clasp-types](https://github.com/maelcaldas/clasp-types)

