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’
❌ ‘./some.file’
✅ ‘./some.file.ts’
Comments
There’s also no other files with the same name but different extension that it could be confused about
But maybe, not excluding that possibility yet
Either way, it’s new since SDK 52