Replies: 1 comment 3 replies
-
Ah, I just had a thought. I could add a new monorepo package for everything typedoc-related and install the dependencies there. The only odd thing about this setup is that my typedoc config will have lots of relative entrypoints, like this:
Will this be an issue? Or will typedoc work just fine? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing around with typedoc in our large monorepo (in "packages mode") and so far it's working really well!
However, I realize that I need to use a plugin and I'm not sure how to go about that. Like a good monorepo, we don't have (and don't want) a
node_modules
in the root; rather, there is anode_modules
in every package. I've been running a globally installedtypedoc
from the root directory, but it seems I can't globally install a plugin and use that. What's the best way to go about this?Beta Was this translation helpful? Give feedback.
All reactions