Is there an existing issue or pull request for this?
Feature description
When using "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": []
}
Is there an existing issue or pull request for this?
Feature description
When using
"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": [] }