Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding "mime" (3.x) types as a devDependency to fix type checking #3133

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

acrois
Copy link

@acrois acrois commented Nov 29, 2024

Fixes: #3132

Note: I tried to go to 4.x because the types are there by default, but that caused issues with module bundling that I do not think is simple to fix.

This adds the types for 3.x to the devDependencies and updates the PNPM lockfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error TS2339: Property 'getType' does not exist on type 'typeof import("/***/@types/mime/index")'
1 participant