schema.js 475 B

12345678910111213
  1. "use strict";
  2. // THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
  3. // CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
  4. Object.defineProperty(exports, "__esModule", { value: true });
  5. exports.Type = void 0;
  6. /**
  7. * Specifies the type of configuration file to generate.
  8. */
  9. var Type;
  10. (function (Type) {
  11. Type["Browserslist"] = "browserslist";
  12. Type["Karma"] = "karma";
  13. })(Type || (exports.Type = Type = {}));