minio-js icon indicating copy to clipboard operation
minio-js copied to clipboard

Fix type definition entry point

Open heuuLZP opened this issue 1 year ago • 3 comments

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.

image image

The correct address should be "types": "./dist/main/minio.d.ts"

heuuLZP avatar Jun 30 '24 07:06 heuuLZP