You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme says that jsdoc_config_path is used for the typedoc config in typescript mode, but in fact it is used for the tsconfig.
if app.config.jsdoc_config_path:
jsdoc_command.add('--tsconfig', app.config.jsdoc_config_path)
I have to say, it would make more sense as explained in the readme, because you can supply tsconfig path through the typedoc config, so that way you can do both. Either way, either the readme or the code needs to be changed.