标签: typescript typedoc
我有一个Node.js(TypeScript)软件包,其布局如下:
hello-world `-index.ts `- child-module `- index.ts
当我使用Typedoc为该软件包生成文档时,它将为模块index和child-module/index创建文档。相反,我可以让它以hello-world和hello-world/child-module的形式列出模块吗?
index
child-module/index
hello-world
hello-world/child-module