A template to get you started library development based on tsup
Further explanation on blog post
# using yarn
yarn
# Development build and watch changes
yarn build:dev
# Prod build
yarn build:prodA template to get you started library development based on tsup
Further explanation on blog post
# using yarn
yarn
# Development build and watch changes
yarn build:dev
# Prod build
yarn build:prod