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
npm i --save-dev @types/i18next-node-mongodb-backend-next
// yields
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fi18next-node-mongodb-backend-next - Not found
I don't see any remarks about Typescript in the readme, nor does NPM state any TS declarations.
Am i missing something here? Otherwise it would be nice to have TS declarations for this package. Is that something to put on the roadmap?
Workaround
I created decs.d.ts with this content, and it is working fine:
I don't see any remarks about Typescript in the readme, nor does NPM state any TS declarations.
Am i missing something here? Otherwise it would be nice to have TS declarations for this package. Is that something to put on the roadmap?
Workaround
I created
decs.d.ts
with this content, and it is working fine:The text was updated successfully, but these errors were encountered: