UNPKG

@pastel-palette/colors

Version:

Core color definitions package for the UI Color System, featuring OKLCH color space support, TypeScript types, and a kawaii aesthetic.

12 lines (10 loc) 204 B
import { defineConfig } from 'tsup' export default defineConfig({ entry: ['src/index.ts'], outDir: 'dist', format: ['esm', 'cjs'], dts: true, sourcemap: true, clean: true, minify: true, })