minio-js
minio-js copied to clipboard
Fix type definition entry point
Hello, I'm currently using version 8.0.1, but I still encountered this issue Cannot find type definition file for 'minio' yesterday.
The current entry point "types": "./types/esm/minio.d.ts" is incorrect, and the actual directory 'types' does not exist, as shown in the screenshot below.
The correct address should be "types": "./dist/main/minio.d.ts"