Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Remove @types/rimraf #242

@Alvaro948

Description

@Alvaro948

I'm not sure, but it seems that this library is incompatible with any other library using rimraf, since v5 (or 4) it no longer exists the need for @types/rimraf and it collides with newer versions of rimraf, in my case on a NestJs (v10) application:

node_modules/@types/rimraf/index.d.ts:33:21 - error TS2694: Namespace '"./node_modules/glob/dist/mjs/index"' has no exported member 'IOptions'.

33         glob?: glob.IOptions | false | undefined;

Acording to https://stackoverflow.com/questions/75890950/node-modules-minimatch-dist-cjs-index-has-no-exported-member-ioptions, by simply updating this dependency the issue would be solved.

Thanks! (and hope this is the right place to place this issue/doubt)

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p3Desirable enhancement or fix. May not be included in next release.type: processA process-related concern. May include testing, release, or the like.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions