UNPKG

@naiable/rollup-config

Version:

Use rollup like tsup, but opinionated my way.

8 lines (6 loc) 232 B
import type { RollupOptions } from "rollup"; import type { INaiableRollupConfig } from "./index"; export type INaiablePreset = INaiableRollupConfig & { /** Directly output the build options. */ build: () => RollupOptions[]; };