tsdocs
tsdocs copied to clipboard
TypeDocBuildError
Package - @mantine/[email protected] and all @mantine/core
This happens because we don't automatically install type definitions for peer dependencies of a package. The fix would involve checking if type definitions for peer dependencies are available on definitely typed, and install them in this part of the code —
https://github.com/pastelsky/tsdocs/blob/8354e3754cd6a14ca7666cdbb1005f8be1eb18af/server/package/extractor/doc-generator.tsx#L440-L460