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
Thanks for the great work! TS 5.0 has released and the downstream packages are trying to migrating to moduleResolution: bunder(such as Vite). But the latest version of remapping on NPM still relies a old version of @jridgewell/gen-mapping which lacks exports.types that will block TS 5.0 to find the type definition. I saw remapping has bumped the dependency. All we need to do is release a new version. Could the package maintainer do a new release? Thanks! 🤗
The text was updated successfully, but these errors were encountered:
Thanks for the great work! TS 5.0 has released and the downstream packages are trying to migrating to
moduleResolution: bunder
(such as Vite). But the latest version of remapping on NPM still relies a old version of@jridgewell/gen-mapping
which lacksexports.types
that will block TS 5.0 to find the type definition. I saw remapping has bumped the dependency. All we need to do is release a new version. Could the package maintainer do a new release? Thanks! 🤗The text was updated successfully, but these errors were encountered: