# @stevancorre/tsup-config

> Tsup configuration I use for my projects

Latest version **1.0.1** (published 2022-11-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @stevancorre/tsup-config
pnpm add @stevancorre/tsup-config
yarn add @stevancorre/tsup-config
bun add @stevancorre/tsup-config
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-11-18 |
| First published | 2022-11-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Stévan Corre |
| Maintainers | stevancorre |
| Keywords | Tsup, Tsup Config, TypeScript |

## Links

- npm: https://www.npmjs.com/package/@stevancorre/tsup-config
- npm.io page: https://npm.io/package/@stevancorre/tsup-config

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2022-11-18
- 1.0.0 — 2022-11-18

## README

<h1 align="center">
    <br>
    <img src="https://i.imgur.com/Y9tGyy8.png" alt="TypeScript icon" width="200">
    <br>
    Stevan's Tsup Config
    <br>
</h1>

<h4 align="center">TypeScript configuration I use for <a href="https://github.com/stevancorre">my projects</a>.</h4>

<p align="center">
    <a href="https://nodejs.dev">
        <img src="https://img.shields.io/badge/Node.JS-68A063?style=for-the-badge&logo=node.js&logoColor=white">
    </a>
    <a href="https://www.typescriptlang.org">
        <img src="https://img.shields.io/badge/TypeScript-007acc?style=for-the-badge&logo=typescript&logoColor=white">
    </a>
    <a href="https://paypal.me/aiixu">
        <img src="https://img.shields.io/badge/Donate-00457C?style=for-the-badge&logo=paypal&logoColor=white">
    </a>
</p>

<p align="center">
    <a href="#installation">Installation</a> •
    <a href="#how-to-use">How to use</a> •
    <a href="#license">License</a> •
    <a href="#credits">Credits</a>
</p>

## Installation

```console
# Using Npm
$ npm i -D @stevancorre/tsup-config

# Pnpm
$ pnpm add -D @stevancorre/tsup-config

# Or Yarn
$ yarn add -D @stevancorre/tsup-config
```

<br>

## How to use

Create a new `tsup.config.cjs` file or open an existing one, then just make it derive from the configuration

```js
module.exports = require("@stevancorre/tsup-config");
```

You can use it as a base configuration and change some options like that:

```js
module.exports = {
    ...require("@stevancorre/tsup-config"),
    dts: false,
};
```

###

## License

This project is <a href="https://opensource.org/licenses/MIT">MIT</a> licensed.

<br>

## Credits

-   Icon: <a href="https://www.flaticon.com/free-icons/typescript" title="typescript icons">Typescript icons created by Freepik - Flaticon</a>
-   README design: <a href="https://github.com/amitmerchant1990/electron-markdownify/blob/master/README.md">github.com/amitmerchant1990</a>

---
_Source: https://npm.io/package/@stevancorre/tsup-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
