UNPKG

401 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.getProjectConfigurationPath = void 0;
4const path_1 = require("path");
5function getProjectConfigurationPath(configuration) {
6 return (0, path_1.join)(configuration.root, 'project.json');
7}
8exports.getProjectConfigurationPath = getProjectConfigurationPath;
9//# sourceMappingURL=get-project-configuration-path.js.map
\No newline at end of file