-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS error "An import path can only end with a '.ts' extension." #1353
Comments
As I investigate, the error come from the import |
What is your typescript version ? |
It is |
Same case for me! workaround: I can solve by giving the complete path to types: import type { UploadedObjectInfo } from "minio/dist/main/internal/type"; |
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: