@nx/rollup
Version:
4 lines • 400 B
TypeScript
import { Tree } from '@nx/devkit';
import { RollupExecutorOptions } from '../../../executors/rollup/schema';
export declare function extractRollupConfigFromExecutorOptions(tree: Tree, options: RollupExecutorOptions, configurations: Record<string, Partial<RollupExecutorOptions>>, projectRoot: string): Record<string, unknown>;
//# sourceMappingURL=extract-rollup-config-from-executor-options.d.ts.map