You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Asiberus
changed the title
TS error "An import path cannot end with a '.ts' extension."
TS error "An import path can only end with a '.ts' extension."
Oct 30, 2024
As I investigate, the error come from the import import { UploadedObjectInfo } from 'minio/src/internal/type'.
When I used the import import { UploadedObjectInfo } from 'minio/dist/main/internal/type' the error disappear. I don't know if it is possible to indicate the expected behavior, because my IDE imported from minio/src/internal/type automaticly.
Hello,
I've the same problem as in #1173.
This is my configuration :
8.0.2
5.1.3
18.19.1
And my tsconfig :
The text was updated successfully, but these errors were encountered: