-
-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to suppress warnings from node_modules files? #2611
Comments
Hmm.. that's a rather annoying problem. Currently no, I'm going to go add a |
The new option works and helped a lot. Thanks! |
This was referenced Jul 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search terms
node_modules, warning
Question
Running typedoc on my application generates plenty of warnings from modules under
node_modules
on which I have no control. For example:These modules are not in the list of files passed to typedoc, but are indirectly loaded from input statements.
This huge list of warnings obscures genuine warnings from my code.
Thanks for your help!
mario
The text was updated successfully, but these errors were encountered: