Skip to content

How to specify module/namespace so the files are generated under a directory with the module name? #702

Answered by tgreyuk
ingun37 asked this question in Help
Discussion options

You must be logged in to vote

@ingun37 assuming i have understood correctly you can try this:

root typedoc.json

"plugin": ["typedoc-plugin-markdown"],
"packageOptions": {
    "alwaysCreateEntryPointModule": true
 }

and then in your index.ts (as you already mentioned):

index.ts

@module some-name

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ingun37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants