@bkper/exchange-app-types
v1.2.1
Published
Typescript definitions for ExchangeApp
Downloads
10
Keywords
Readme
Summary
This package contains Typescript definitions for ExchangeApp
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 about @types, typeRoots and types
Details
Generated using clasp-types