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
Packages in the workspaces should set the type field in the package.json file. If this field is not set Node.JS may attempt to detect the package type causing a small performance hit. Ideally this field is set to `"type": "module" to indicate an ESM-first approach.
This is part of a series of issues resulting from publication linting introduced under #10764
The text was updated successfully, but these errors were encountered:
Packages in the workspaces should set the
type
field in thepackage.json
file. If this field is not set Node.JS may attempt to detect the package type causing a small performance hit. Ideally this field is set to `"type": "module" to indicate an ESM-first approach.This is part of a series of issues resulting from publication linting introduced under #10764
The text was updated successfully, but these errors were encountered: