You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to import the redirectSSL in a Nuxt project and got a Typescript error that due Types are exported incorrectly.
Additional context
No response
Logs
Could not find a declaration file for module 'redirect-ssl'. '.../node_modules/.pnpm/redirect-ssl@3.0.0/node_modules/redirect-ssl/dist/index.mjs' implicitly has an 'any' type.
There are types at '.../node_modules/redirect-ssl/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'redirect-ssl' library may need to update its package.json or typings.
The text was updated successfully, but these errors were encountered:
Environment
redirect-ssl@3.0.0
typescript@5.6.3
Reproduction
Import the Library in a new Nuxt Project
Describe the bug
I tried to import the redirectSSL in a Nuxt project and got a Typescript error that due Types are exported incorrectly.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: