1.0.0 • Published 1 year ago

@bricked/tsup-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@bricked/tsup-config

license semantic-release: angular version

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
1.0.0

1 year ago