@bricked/tsup-config
v1.0.0
Published
Shared tsup configuration for my projects.
Downloads
2
Readme
@bricked/tsup-config
Shared tsup configuration for my projects.
Installation
Node.js 16.14.0 or newer is required.
npm install --save-dev @bricked/tsup-config
yarn add --dev @bricked/tsup-config
pnpm add --dev @bricked/tsup-config
Usage
tsup-config
can be used as shared tsup configuration for my projects.
Building
Building Publicly
Pulls to the repository will automatically be built with semantic-release. The built package can be found on npm or in the latest github release.
Building Locally
The package can also be built locally using the build
script.
npm run build
yarn run build
pnpm run build