madge
madge copied to clipboard
How to skip file imports in CLI?
Hey,
I see you can skip type imports with the "skipTypeImports": true
option in .madgerc
, but I'm failing to do that when invoking madge from CLI. Neither --skipTypeImport
nor --skip-type-import
flags work. Defining .madgerc
inside the file I execute madge from doesn't help either.
How do I do this properly?
Thank you 🙏