我有一个节点。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