UNPKG

schematics-utilities

Version:

🛠️ Useful exported utilities for working with Schematics

8 lines 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const paths_1 = require("@schematics/angular/utility/paths"); function relativePathToWorkspaceRoot(projectRoot) { return paths_1.relativePathToWorkspaceRoot(projectRoot); } exports.relativePathToWorkspaceRoot = relativePathToWorkspaceRoot; //# sourceMappingURL=paths.js.map