-
Notifications
You must be signed in to change notification settings - Fork 721
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
Full local paths included when inheriting from Node types #800
Comments
@jameswilddev have you found a workaround for this yet, by any chance? I can repro this with classes that extend
|
I've not been using TypeDoc; like the idea but it doesn't support a lot of the TypeScript features I use often. I believe TypeScript's developers are doing something in-house. |
Facing the same issue... 😞 Shouldn't the |
it's not just node types but others too
|
Any news on that issue ? Facing the same problem here |
Yup, I'm also getting this problem. Tried every kind of combination of the exclude parameters, but nothing seems to work. |
Closing this in favor of #642, will be fixed in the next version anyways. |
Define the following types:
The documentation for JsonArray will include everything defined in ReadonlyArray (this is correct), with the full path to the user's local install of TypeScript (this is not expected), as below:
This may have been reported previously in #169 but whether this is the same problem is not clear.
The text was updated successfully, but these errors were encountered: