waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
162 stars 41 forks source link

chore: enable treatWarningsAsErrors in typedoc #1593

Open weboko opened 11 months ago

weboko commented 11 months ago
This is a **bug report/feature or change request/support request** ## Problem After the upgrade of `typedoc` link resolution started to show warnings sometimes. It's better to enable `treatWarningsAsErrors` but then docs are not built. ## Proposed Solutions Check what the library maintainer proposes. ## Notes Ref: https://github.com/TypeStrong/typedoc/issues/2403, https://github.com/waku-org/js-waku/pull/1528#discussion_r1316501458
weboko commented 10 months ago

It is a bug on the side of typedoc. The task is blocked till addressed.

weboko commented 9 months ago

The issue is resolved on the side of typedoc so we can fix it.