Files
xahau.js/packages/xahau/typedoc.json
Denis Angell 9544e1794e xahau-patch
2025-03-14 15:08:35 +01:00

21 lines
407 B
JSON

{
"entryPoints": ["./src/index.ts"],
"tsconfig": "./tsconfig.build.json",
"out": "../../docs",
"categoryOrder": [
"Constructor",
"Clients",
"Signing",
"Transaction Models",
"Transaction Flags",
"Utilities",
"Requests",
"Responses",
"Streams",
"Errors"
],
"categorizeByGroup": false,
"readme": "../../README.md",
"plugin": ["./dist/docs/typedoc.js"]
}