@nrwl/workspace
Version:
9 lines • 401 B
JavaScript
;
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