@nx/rollup
Version:
5 lines • 399 B
TypeScript
import { DependentBuildableProjectNode } from '@nx/js/src/utils/buildable-libs-utils';
import * as rollup from 'rollup';
import { RollupWithNxPluginOptions } from './with-nx-options';
export declare function withNx(rawOptions: RollupWithNxPluginOptions, rollupConfig?: rollup.RollupOptions, dependencies?: DependentBuildableProjectNode[]): rollup.RollupOptions;
//# sourceMappingURL=with-nx.d.ts.map