tsup-library-template
v2.0.0
Published
A template for building a library with tsup
Downloads
3
Readme
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