Dependency Cruiser seems not to support the moduleSuffixes typescript compiler option.
Context
I generate some ts files, this files get a suffixes, e.g., some-module.gen.ts. I use the respective ts option so that I can import such files like this: import * from 'some-module';
Expected Behavior
I'd expect Dependency Cruiser to respect this ts compiler option and resolve the module paths accordingly.
Current Behavior
Dependency Cruiser marks such files as an "unknown" dependency type and is not able to resole them.
Dependency Cruiser seems not to support the
moduleSuffixestypescript compiler option.Context
I generate some ts files, this files get a suffixes, e.g.,
some-module.gen.ts. I use the respective ts option so that I can import such files like this:import * from 'some-module';Expected Behavior
I'd expect Dependency Cruiser to respect this ts compiler option and resolve the module paths accordingly.
Current Behavior
Dependency Cruiser marks such files as an
"unknown"dependency type and is not able to resole them.