-
Notifications
You must be signed in to change notification settings - Fork 704
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
0.5.6 version pulling in extra files #421
Comments
When you say 0.5.6 is pulling in all the .d.ts files, do you mean that docs are being generated for .d.ts files? |
Yes, our .json file which included generated types for one TypeScript .d.ts file went from 713K to 13M when all the node_modules TypeScript .d.ts files where pulled in. No change in the project, just an upgrade from TypeDoc 0.5.5 to 0.5.6. |
Hmmm...at a guess I'd say the issue is probably due to the addition of Try using a combination of |
When running typedoc with a single file, the 0.5.6 version is now pulling in all .d.ts files in the project. This was not the behavior in 0.5.5 and might be due to the recent change around the --exclude switch 6ddb7f5.
The text was updated successfully, but these errors were encountered: