@naiable/rollup-config
Version:
Use rollup like tsup, but opinionated my way.
11 lines (8 loc) • 445 B
text/typescript
import { RollupOptions } from 'rollup';
import { INaiableRollupConfig } from './index.cjs';
type INaiablePreset = INaiableRollupConfig & {
/** Directly output the build options. */
build: () => RollupOptions[];
};
export type { INaiablePreset };
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZS5kLmN0cyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==