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
For projects that uses the new moduleResolution compiler option value Node16 or NodeNext, TypeScript types for all dependency packages also needs to be exported through the exports section of package.json.
For projects that uses the new
moduleResolution
compiler option valueNode16
orNodeNext
, TypeScript types for all dependency packages also needs to be exported through the exports section of package.json.I will create a PR to mitigate this.
Reference: Announcing TypeScript 4.7
The text was updated successfully, but these errors were encountered: