{
  "$schema": "http://json-schema.org/schema",
  "$id": "IndexExport",
  "title": "",
  "type": "object",
  "properties": {
    "projects": {
      "alias": "project",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "project": {
      "type": "string"
    },
    "generateRootExport": {
      "type": "boolean",
      "default": true,
      "description": "Generate index.ts in the source root of the project"
    },
    "additionalEntryPoints": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": []
}
