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
since recent upgrade to the latest release, it has started producing
node_modules/minio/dist/main/minio.d.ts:20:29 - error TS2691: An import path cannot end with a '.ts' extension. Consider importing './internal/s3-endpoints' instead.
20 exporttype { Region } from './internal/s3-endpoints.ts'
would it be possible to remove the .ts extension from the definition file?
The text was updated successfully, but these errors were encountered:
I have a library that uses type references from
minio
iesince recent upgrade to the latest release, it has started producing
would it be possible to remove the
.ts
extension from the definition file?The text was updated successfully, but these errors were encountered: