You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue when trying to typedoc an entire project directory. I was able to get around the issue by directly applying typedoc to a source file directory.
Hello,
When I am running this command
typedoc --out docs --exclude '**/test/**/*.ts' packages/filtering --module commonjs
I am getting the following error:
My
tsconfig.json
is:The text was updated successfully, but these errors were encountered: