Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@theprodev/tsup-config

0xTheProDev17MIT0.3.2TypeScript support: included

A Decorated and Opinionated Configuration for Tsup Builder

nodejs, web, microservices, typescript, angular, nestjs, nextjs, react, vue

readme

Tsup Config

Sponsor Node LTS Npm Version Weekly Downloads Dependents Minified Zipped Size Types License Open Issues Closed Issues Open Pulls Closed Pulls Contributors Activity

Description

An opinionated TSup configuration.

Installation

Install this package using your preferred package manager. See the example of yarn:

yarn add -D @theprodev/tsup-config

Usage

The ESLint configuration to be extended in project tsup.config.ts file.

import { defineConfig } from "@theprodev/tsup-config";

export default defineConfig({
  entry: ["src/index.ts"],
  libOptions: {
    startYear: 2020,
  },
});

Reporting a Bug

Head on to Discussion section to report a bug or to ask for any feature. Feel to add your queries about using this library as well under Q & A section of it. Remember, do not create any Issues by yourself, maintainers of this repository will open one if deemed necessary.

Changelog

See CHANGELOG for more details on what has been changed in the latest release.

Contributing

See Contributing Guidelines.

License

This project is licensed under the terms of the MIT license, see LICENSE for more details.

The Pro Dev

changelog

@theprodev/tsup-config

0.3.2

Patch Changes

  • 466ce77: Upgrade TSUp Package

0.3.0

Minor Changes

  • cf874ef: Allow Consumer Applications to Provide URL to Website or Source Repository.

0.2.0

Minor Changes

  • d975271: Change Module System from CJS to ESM

0.1.0

Initial Release

  • bc14727: Initial Release of Centralised TSup Configurations.