mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-03 02:25:49 +00:00
21 lines
407 B
JSON
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"]
|
|
}
|