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'm trying to migrate this dependency from 17.3.0 to 18.0.0 but typescript shows me an error: .
I digged a bit hoping this might help: the difference I see in the node_modules between 17.3.0 and 18.0.0 is that now, the lib files are not directly in the lib folder but in a src subfolder. So the types property in the package.json seems wrong as it's pointing to a non-existing file (it should be lib/src/index.d.ts instead of lib/index.d.ts)
Version 17.3.0
Version 18.0.0
Tell me if you need more information 🙂
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for this repository!
I'm trying to migrate this dependency from 17.3.0 to 18.0.0 but typescript shows me an error:
.
I digged a bit hoping this might help: the difference I see in the node_modules between 17.3.0 and 18.0.0 is that now, the lib files are not directly in the lib folder but in a src subfolder. So the
types
property in the package.json seems wrong as it's pointing to a non-existing file (it should belib/src/index.d.ts
instead oflib/index.d.ts
)Version 17.3.0
Version 18.0.0
Tell me if you need more information 🙂
The text was updated successfully, but these errors were encountered: