@nx/esbuild
Version:
4 lines • 303 B
TypeScript
import { ProjectGraph } from '@nx/devkit';
import { DependentBuildableProjectNode } from '@nx/js/src/utils/buildable-libs-utils';
export declare function getExtraDependencies(projectName: string, graph: ProjectGraph): DependentBuildableProjectNode[];
//# sourceMappingURL=get-extra-dependencies.d.ts.map