madge
madge copied to clipboard
Missing note in documentation
EDIT: The issue is the documentation. It took me some hours a quite some digging to discover that ts does not cover .tsx-files. This really needs to be added to the documentation/readme.
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
...does not work when importing a type from a .ts(x) file into a .tsx file.
Minimal example: ~https://github.com/jeengbe/demo~.
Probably an issue with a dependency, but unsure where else to post this.