UNPKG

@spark-ui/icons

Version:
11 lines (9 loc) 241 B
import { defineConfig } from 'tsup' export default defineConfig(options => ({ entryPoints: ['src/index.(ts|tsx)', 'src/icons/*.(ts|tsx)'], format: ['cjs', 'esm'], dts: true, sourcemap: true, external: ['react'], ...options, }))