madge icon indicating copy to clipboard operation
madge copied to clipboard

Missing note in documentation

Open jeengbe opened this issue 4 years ago • 0 comments

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.

jeengbe avatar Sep 07 '21 10:09 jeengbe