lbundle
Version:
Small zero-configuration bundler build on top of Rollup.js and SWC for NPM libraries
4 lines (3 loc) • 330 B
TypeScript
import type { ContextModel } from '../models/context';
import type { RollupTypescriptOptions } from '@rollup/plugin-typescript';
export declare const getRollupTypescriptConfig: ({ options, pkg, resolvedSource, tsconfigPath, }: Pick<ContextModel, "options" | "pkg" | "resolvedSource" | "tsconfigPath">) => RollupTypescriptOptions;