@schematics/angular
Version:
Schematics specific to Angular
16 lines (15 loc) • 563 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["Claude"] = "claude";
Tool["Copilot"] = "copilot";
Tool["Cursor"] = "cursor";
Tool["Gemini"] = "gemini";
Tool["Jetbrains"] = "jetbrains";
Tool["None"] = "none";
Tool["Windsurf"] = "windsurf";
})(Tool || (exports.Tool = Tool = {}));