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
Types cannot be imported when moduleResolution is set to higher than node, I am getting a similar error as in microsoft/TypeScript#52363 . Seems like the only workaround at the moment is to patch the package.json:
Types cannot be imported when moduleResolution is set to higher than
node
, I am getting a similar error as in microsoft/TypeScript#52363 . Seems like the only workaround at the moment is to patch thepackage.json
:Seeing
vite
is also using thetypes
field convention for their dual exports.The text was updated successfully, but these errors were encountered: