We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using "entryPointStrategy": "packages"
"entryPointStrategy": "packages"
You get an empty JSON output:
{ "typeDocJsonParserVersion": "7.1.0", "id": 0, "name": "tests-tests-vscode", "version": "1.0.0", "readme": null, "changelog": null, "classes": [], "enums": [], "functions": [], "interfaces": [], "namespaces": [], "typeAliases": [], "variables": [] }
The text was updated successfully, but these errors were encountered:
This is a known issue. I plan to add support for monorepos, but as of now, this does not have an eta of when it would be added.
For now, you can find an example here of using this package in a monorepo.
Sorry, something went wrong.
entryPoints
RealShadowNova
No branches or pull requests
Is there an existing issue or pull request for this?
Feature description
When using
"entryPointStrategy": "packages"
You get an empty JSON output:
The text was updated successfully, but these errors were encountered: