UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

9 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getProjectConfigurationPath = void 0; const path_1 = require("path"); function getProjectConfigurationPath(configuration) { return (0, path_1.join)(configuration.root, 'project.json'); } exports.getProjectConfigurationPath = getProjectConfigurationPath; //# sourceMappingURL=get-project-configuration-path.js.map