UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

5 lines 462 B
import { CreateDependenciesContext } from '../../../../project-graph/plugins'; import { RawProjectGraphDependency } from '../../../../project-graph/project-graph-builder'; import { TargetProjectLocator } from './target-project-locator'; export declare function buildExplicitTypeScriptDependencies(ctx: CreateDependenciesContext, targetProjectLocator: TargetProjectLocator): RawProjectGraphDependency[]; //# sourceMappingURL=explicit-project-dependencies.d.ts.map