mango-client-v3/typedoc.json

8 lines
183 B
JSON

{
"entryPoints": ["src/index.ts"],
"out": "docs",
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"exclude": ["**/instruction.ts"]
}