diplodoc-platform / cli

Lets make documentation on YFM
MIT License
95 stars 35 forks source link

Apply some rudimentary workarounds for outstanding TS issues #796

Open brotheroftux opened 1 week ago

brotheroftux commented 1 week ago

I mostly made some basic changes like adding // @ts-expect-error magic comments for pieces of code that break type safety. This is aimed at restoring the possibility to use type checking as normal when developing new features.