Skip to content

tsup-config 1.6.2

Install from the command line:
Learn more about npm packages
$ npm install @codeoscopic/tsup-config@1.6.2
Install via package.json:
"@codeoscopic/tsup-config": "1.6.2"

About this version

@codeoscopic/tsup-config

This package includes our tsup-config custom config for React projects.

Installation and configuration

  1. Install the package:
npm install -D tsup @codeoscopic/tsup-config
  1. Create a tsup.config.ts file in your project root with:
import { defineConfig } from "tsup";
import { defaultOptions } from "@codeoscopic/tsup-config/dist/react.js";

export default defineConfig(defaultOptions);

Details


Assets

  • tsup-config-1.6.2.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0