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
I have a file with an exported alias called Tournament and an exported class called Tournament in another file.
In another file I then do ... see {@link Tournament} but it takes me to the alias called Tournament and not the class i wanted it to link to. Is there a way to resolve this and force the link to link to the right thing/
The text was updated successfully, but these errors were encountered:
You can probably fix the link by using "file-name-with-quotes".Tournament as your link target.
If you are using --mode file, there is currently no way to disambiguate the links. Once we adopt TSDoc, you will be able to use :type to specify the type alias. See #1266, there's quite a bit of work to do before we get there unfortunately.
I have a file with an exported alias called
Tournament
and an exported class calledTournament
in another file.In another file I then do
... see {@link Tournament}
but it takes me to the alias called Tournament and not the class i wanted it to link to. Is there a way to resolve this and force the link to link to the right thing/The text was updated successfully, but these errors were encountered: