mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 11:15:48 +00:00
22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"entryPoints": ["./src/index.ts"],
|
|
"tsconfig": "./tsconfig.build.json",
|
|
"out": "../../docs",
|
|
"categoryOrder": [
|
|
"Constructor",
|
|
"Clients",
|
|
"Signing",
|
|
"Transaction Models",
|
|
"Transaction Flags",
|
|
"Ledger Flags",
|
|
"Utilities",
|
|
"Requests",
|
|
"Responses",
|
|
"Streams",
|
|
"Errors"
|
|
],
|
|
"categorizeByGroup": false,
|
|
"readme": "../../README.md",
|
|
"plugin": ["./dist/docs/typedoc.js"]
|
|
}
|