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
TypeScript with moduleResolution: "bundler" or module: "node16" only looks at "types" condition in exports field. If there is no types field there as the first option, it will fail. You can see all the errors here: https://arethetypeswrong.github.io
TypeScript with
moduleResolution: "bundler"
ormodule: "node16"
only looks at"types"
condition inexports
field. If there is notypes
field there as the first option, it will fail. You can see all the errors here: https://arethetypeswrong.github.ioDocumentation: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html
Proposed fix:
The text was updated successfully, but these errors were encountered: