mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
18 lines
296 B
JSON
18 lines
296 B
JSON
{
|
|
"entryPoints": ["./src/index.ts"],
|
|
"out": "./docs",
|
|
"categoryOrder": [
|
|
"Constructor",
|
|
"Clients",
|
|
"Transaction Models",
|
|
"Transaction Flags",
|
|
"Ledger Flags",
|
|
"Utilities",
|
|
"Requests",
|
|
"Responses",
|
|
"Flags",
|
|
"Errors"
|
|
],
|
|
"categorizeByGroup": false
|
|
}
|