1.0.1 • Published 1 year ago

@stevancorre/tsup-config v1.0.1

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

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