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 don't understand what's going wrong, since i can see at the unpkg browse link for [email protected] that the export field links to index.d.ts and index.js look correct to me 🤷♂️
i'm on node v21.1.0 and typescript 5.2.2
in the meantime as a workaround i added a file called module-declarations.d.ts to my codebase with the following content, which worked to suppress the typescript error
declare module "meow"
hopefully this info helps, cheers ❤️
The text was updated successfully, but these errors were encountered:
this is required for meow, however it should be noted that you could also have dependencies that do not yet support nodenext, such as BabylonJS/Babylon.js#13797 which was an issue i encountered in some of my projects
hello! love the library!
i upgraded meow, and the typescript typings seem to have stopped working
[email protected]
all good[email protected]
gives me a typescript error:TS2307: Cannot find module 'meow' or its corresponding type declarations.
i don't understand what's going wrong, since i can see at the unpkg browse link for [email protected] that the export field links to index.d.ts and index.js look correct to me 🤷♂️
i'm on node v21.1.0 and typescript 5.2.2
in the meantime as a workaround i added a file called
module-declarations.d.ts
to my codebase with the following content, which worked to suppress the typescript errorhopefully this info helps, cheers ❤️
The text was updated successfully, but these errors were encountered: