Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

File metadata and controls

18 lines (12 loc) · 369 Bytes

Tsup library template

A template to get you started library development based on tsup

Further explanation on blog post

Usage

# using yarn
yarn

# Development build and watch changes
yarn build:dev

# Prod build
yarn build:prod