Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 432 Bytes

Install deps:

npm install

Build types (this also checks the types):

npm run build

This will generate .d.ts files and .js files into -> /dist so that this library can be used by normal JS users as well as TS.

This /dist code will need to be committed, so that users can use it.

NPM will resolve the module's code and types using the module and typings fields in package.json respectively.