Hi,
Is there any issue with running Madge directly on the compiled JavaScript files of my project instead of the original TypeScript files?
I assume it might even be more accurate in some cases—for example, when a developer imports a type without using import type.
Thank you!