relution-sdk
Version:
Relution Software Development Kit for TypeScript and JavaScript
21 lines (19 loc) • 503 B
JSON
{
"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"
}