-
-
Notifications
You must be signed in to change notification settings - Fork 737
Options Exclude and Verbose do not work properly ? #695
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
Comments
What For the exclude issues, try adding quotes around your minimatch glob to make sure your shell isn't expanding the glob automatically. I don't think that is usually a problem on windows but I'd like to rule it out. |
Well for the verbose option I took it from : http://typedoc.org/guides/usage/ at the end of the page. both do still includes the files. |
Ah, yeah. The verbose option was removed in bcbf54f. The exclude option can be a bit difficult and the documentation could definitely be improved. I'll have to experiment with it a little to try to figure out what your problem might be. If you have a public repo I could see that would be very helpful. I've created TypeStrong/typedoc-site#6 to remove the documentation for |
Hi, I've got a similar problem. I have the path excluded in the tsconfig.json, but it still includes the files. I have a public repository where test it: https://github.com/EliteXXL/advanced-router Edit: it also says me that sourceRoot is allowed only with inlineSourceMap or sourceMap, even if I have provided sourceMap in the config.. |
Hi, I did put a minimal example here : I added an issue so you can see what I tried. |
Thanks for the repos. I'll try to take a look this week. |
Thanks for the comments. I'm going to close this in favor of #839 and TypeStrong/typedoc-site#6 since these are two separate issues. |
Hi and thanks a lot for this software which is VERY useful !
I encounter two problems :
The text was updated successfully, but these errors were encountered: