This package contains utilities for overriding require statement to support aliases, functions like apply and decodeCodec as well as generic typescript types useful in any typescript project.
Build this package only:
yarn run tsc
yarn run tsc --watch # Watch modeCreate a fresh build:
yarn clean && yarn run tscLint the typescript files in this package:
yarn lint