@o3r/schematics
Version:
Schematics module of the Otter framework
15 lines • 857 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./add-imports/index"), exports);
tslib_1.__exportStar(require("./check-packages-peers/index"), exports);
tslib_1.__exportStar(require("./dev-tools/index"), exports);
tslib_1.__exportStar(require("./editor-config/index"), exports);
tslib_1.__exportStar(require("./eslint-fix/index"), exports);
tslib_1.__exportStar(require("./get-test-frameworks/index"), exports);
tslib_1.__exportStar(require("./ng-add/index"), exports);
tslib_1.__exportStar(require("./options/index"), exports);
tslib_1.__exportStar(require("./remove-packages/index"), exports);
tslib_1.__exportStar(require("./update-imports/index"), exports);
tslib_1.__exportStar(require("./vscode-extensions/index"), exports);
//# sourceMappingURL=index.js.map