@stevancorre/tsup-config
v1.0.1
Published
Tsup configuration I use for my projects
Downloads
1
Maintainers
Readme
Installation
# Using Npm
$ npm i -D @stevancorre/tsup-config
# Pnpm
$ pnpm add -D @stevancorre/tsup-config
# Or Yarn
$ yarn add -D @stevancorre/tsup-config
How to use
Create a new tsup.config.cjs
file or open an existing one, then just make it derive from the configuration
module.exports = require("@stevancorre/tsup-config");
You can use it as a base configuration and change some options like that:
module.exports = {
...require("@stevancorre/tsup-config"),
dts: false,
};
License
This project is MIT licensed.
Credits
- Icon: Typescript icons created by Freepik - Flaticon
- README design: github.com/amitmerchant1990