UNPKG

nx

Version:

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

5 lines 358 B
import { ProjectConfiguration } from '../src/config/workspace-json-project-json'; import { PluginCache } from '../src/utils/plugin-cache-utils'; export type PackageJsonConfigurationCache = PluginCache<ProjectConfiguration>; export declare function readPackageJsonConfigurationCache(): PackageJsonConfigurationCache; //# sourceMappingURL=package-json.d.ts.map