Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 782 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 782 Bytes

Table of Contents

Overview

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.

Typescript Build

Build this package only:

yarn run tsc
yarn run tsc --watch # Watch mode

Create a fresh build:

yarn clean && yarn run tsc

Lint

Lint the typescript files in this package:

yarn lint