Matt Palermo

Results 4 comments of Matt Palermo

I have a similar question. How do I set the options for this plugin inside my `typedoc.json` file? Right now I'm using this: ``` "plugin": ["typedoc-plugin-missing-exports"], "placeInternalsInOwningModule": true ``` The...

That was indeed the problem. I moved the config into the base JSON file that all of my packages extend from and it's working as intended. Thanks @Gerrit0 !