Closed HarelM closed 9 months ago
When setting both excludeInternal and placeInternalsInOwningModule I get the following warning: [warning] [typedoc-plugin-missing-exports] Both placeInternalsInOwningModule and internalModule are set, the internalModule option will be ignored.
Are these options from dts-bundle-generator? I'm confused that you cut ticket to this repo.
No... My mistake... :-/ should be in typedic... Sorry...
Bug report
When setting both
excludeInternal
andplaceInternalsInOwningModule
I get the following warning: [warning] [typedoc-plugin-missing-exports] Both placeInternalsInOwningModule and internalModule are set, the internalModule option will be ignored.Input code
This is the branch I'm working on: https://github.com/maplibre/maplibre-gl-js/tree/imporve-exports
Let me know if this is enough in order to understand the issue.
Expected output
No warnings
Actual output
See above warnings
Additional context Let me know if you need more info.