@nx/devkit
Version:
8 lines (7 loc) • 347 B
TypeScript
import type { ExecutorContext, Target } from 'nx/src/devkit-exports';
/**
* Reads and combines options for a given target.
*
* Works as if you invoked the target yourself without passing any command lint overrides.
*/
export declare function readTargetOptions<T = any>({ project, target, configuration }: Target, context: ExecutorContext): T;