I used to work on a web app frontend at Microsoft where we had 5 or so individual teams working on sections of the app, all consuming an internal library of UI components that were part of the same app (there was no reason to separate these into separate packages, it was just a big ...
While removing"declaration": truemakes the issue go away, I am writing a module that I plan to publish on NPM, so disabling the output of declaration files is quite simply not an option, seeing as the module will not function without those files. Quite similar to how TypeScript complains ...