Core enums and types that can be useful when interacting with Transcend's public APIs.
Build this package only:
yarn run tsc
yarn run tsc --watch # Watch mode
Create a fresh build:
yarn clean && yarn run tsc
Lint the typescript files in this package:
yarn lint