-
-
Notifications
You must be signed in to change notification settings - Fork 745
Closed
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged
Description
Search Terms
externalSymbolLinkMappings wildcard
Problem
I have a library that heavily relies on three.js package. I import and expose ~20 different objects from three
. It is not really important for me that the links for these types are accurate but at least I would like to point the three.js documentation index.
Suggested Solution
Allow externalSymbolLinkMappings
to declare wildcard mapping, that would be used if no other mapping match.
"externalSymbolLinkMappings": {
"@types/three": {
"*": "https://threejs.org/docs/"
},
"three": {
"*": "https://threejs.org/docs/"
}
}
It would also cover cases when an external library is a single long page.
Metadata
Metadata
Assignees
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged