debian-image-builder-frontend/.madgerc
regexowl c1edc53c2f devDeps: Install madge
This installs [madge](https://www.npmjs.com/package/madge), a tool for finding circular dependencies. A config file is also added to ignore type-only imports.
2024-10-11 14:55:03 +02:00

7 lines
71 B
Text

{
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}