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
tsc doesn't have an issue compiling this with the settings in my repo. The export does definitely exist at https://unpkg.com/browse/[email protected]/dist/node/index.d.ts way down on line 3578, and intellisense in both VSCode and Zed pick up on the [correct] location of that type.
This is currently causing 32 build errors for me so it's not a quick lift to just toss a //@ts-ignore on there like we've done in a few spots with tshy compat issues.
The text was updated successfully, but these errors were encountered:
I've got an
.mts
file importing some types from vite:Nothing extraordinary going on there. However, when building with tshy I receive:
(https://unpkg.com/browse/[email protected] for easy browsing)
tsc
doesn't have an issue compiling this with the settings in my repo. The export does definitely exist at https://unpkg.com/browse/[email protected]/dist/node/index.d.ts way down on line 3578, and intellisense in both VSCode and Zed pick up on the [correct] location of that type.This is currently causing 32 build errors for me so it's not a quick lift to just toss a
//@ts-ignore
on there like we've done in a few spots with tshy compat issues.The text was updated successfully, but these errors were encountered: