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