{
  "name": "Relution-SDK",
  "mode": "modules",
  "out": "public/docs",
  "exclude": "**/*.+(d|spec|data|lazy).ts",
  "theme": "default",
  "stripInternal": true,
  "includeDeclarations": true,
  "excludeExternals": true,
  "excludeNotExported": true,
  "externalPattern": "**/*.+(d|spec|data|lazy).ts",

  "umlFormat": "png",
  "umlLocation": "local",
  "umlClassicHierarchy": "before",
  "umlHierarchy": "detail",
  "umlHierarchyDepthUp": 100,
  "umlHierarchyDepthDown": 2,
  "umlComplete": "none"
}
