12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"entryPoints": [
|
|
"./src/types/api/common.ts",
|
|
"./src/types/api/InitResp.ts",
|
|
"./src/types/api/SpinResp.ts"
|
|
],
|
|
"entryPointStrategy": "expand",
|
|
"out": "docs",
|
|
"categorizeByGroup": false,
|
|
"groupOrder": ["Interfaces", "Type Aliases", "*"]
|
|
}
|