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
Importing it works in Node (and TypeScript) but arethetypeswrong reports that it's relying on microsoft/TypeScript#50762 when it's not since TypeScript is doing the correct thing in this case and working like Node.
(of course it makes no sense to do what's in the example, it's just to illustrate the problem)
The text was updated successfully, but these errors were encountered:
(I'm aware that what that entry point is doing is bad in a sense since it's lying to TypeScript but that's kind of the whole point of what's going on there because it's for https://github.com/kentcdodds/babel-plugin-macros and even ignoring module stuff, it wants to lie about what's going on)
For a package like this:
Importing it works in Node (and TypeScript) but arethetypeswrong reports that it's relying on microsoft/TypeScript#50762 when it's not since TypeScript is doing the correct thing in this case and working like Node.
(of course it makes no sense to do what's in the example, it's just to illustrate the problem)
The text was updated successfully, but these errors were encountered: