ts-import icon indicating copy to clipboard operation
ts-import copied to clipboard

Conflicting files

Open andrzej-woof opened this issue 1 year ago • 3 comments

I'm using ts-import to load files from a directory. Seems that if there are two files that result in same compiled file name they are conflicting with each other for example loading /path/file.ts and /path/file.js results in compiled .cache/ts-import/file.js for both of them and load result is not the expected one

andrzej-woof avatar Mar 06 '23 11:03 andrzej-woof