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
Packages mode today doesn't support multiple entry points for a package - this is something I'm looking to rectify with 0.24, along with adding direct support for the exports field, which is tracked in #1937.
Search terms
monorepo, entrypoint, entrypoints, entry points, packages, exports map
Question
Using a monorepo, my exports map is as follows:
AFAIK, the only valid way to set the
entryPoint
is with a string:Due to #2090, it seems that I have to specify
entryPoint
as typedoc is not able to find the source files using typescript.How do I convert my
exports
map to a single string intypedoc.entryPoint
?The text was updated successfully, but these errors were encountered: