@schematics/angular
Version:
Schematics specific to Angular
17 lines • 628 B
JavaScript
;
// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
Object.defineProperty(exports, "__esModule", { value: true });
exports.Tool = void 0;
var Tool;
(function (Tool) {
Tool["Agents"] = "agents";
Tool["Claude"] = "claude";
Tool["Copilot"] = "copilot";
Tool["Cursor"] = "cursor";
Tool["Gemini"] = "gemini";
Tool["Jetbrains"] = "jetbrains";
Tool["None"] = "none";
Tool["Windsurf"] = "windsurf";
})(Tool || (exports.Tool = Tool = {}));
//# sourceMappingURL=schema.js.map