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
* Try to resoluve the README file in the directory of the module's `package.json`.
18
20
*
19
21
* @param readmeTargets - A list of file names to look up to locate packages root.
20
22
* @param moduleMapping - The module URL mapping.
23
+
* @param readmeCandidates - A list of files to use as readme. The first found is used. File names are NOT case sensitive. Example: `["readme-typedoc.md", "readme.md"]`. Defaults to `["readme.md"]`.
21
24
* @returns the relative & absolute path of the readme.
0 commit comments