Weird, the issue seems to be related to me using an extra separator in the filename, e.g. import from

❌ ‘./some.file’
✅ ‘./some.file.ts’

Comments