mrseanryan / tslint-folders

:file_folder: Use tslint to check for invalid imports between packages and folders in your TypeScript project. Automatic validation and documentation of package architecture.
MIT License
9 stars 1 forks source link

Multicomponent path from tsconfig.json - does not work on Windows #38

Closed mrseanryan closed 3 years ago

mrseanryan commented 3 years ago

Multicomponent path from tsconfig.json - does not work on Windows

some code in https://github.com/mrseanryan/tslint-folders/commit/618a7cfff3cfdec796e684d55726ffdb8eb8f39e assumes Unix style path separator.

relates to #26

At least - I think that is the problem!

mrseanryan commented 3 years ago

:tada: This issue has been resolved in version 4.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: