Can you update your package.json to prevent the following error with Typescript 5+?
Could not find a declaration file for module '@ballcat/vue-cropper'. 'c:/path-to/node_modules/@ballcat/vue-cropper/dist/index.es.js' implicitly has an 'any' type.
There are types at 'c:/path-to/node_modules/@ballcat/vue-cropper/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@ballcat/vue-cropper' library may need to update its package.json or typings.ts(7016)
Can you update your package.json to prevent the following error with Typescript 5+?
From this:
To this: