-
-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Description
I want to generate documentation starting from the root directory of my project. I'm currently using:
typedoc --out ./docs --excludeExternals --externalPattern "**/node_modules/**" --ignoreCompilerErrors --exclude "**/{__mocks__,\.git,__tests__}/**" --name bitname .
However, .ts files in the git heads are still included in the generated documentation. It's the same without the escape string. Is there any way to achieve this behavior?
Metadata
Metadata
Assignees
Labels
No labels