npm.io
1.0.1 • Published 3 years ago

@stevancorre/tsup-config

Licence
MIT
Version
1.0.1
Deps
0
Size
4 kB
Vulns
0
Weekly
0


TypeScript icon
Stevan's Tsup Config

TypeScript configuration I use for my projects.

InstallationHow to useLicenseCredits

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

Keywords