[Low] Missing type:module in mam-api package.json #48
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File: services/mam-api/package.json
Severity: Low
Node emits MODULE_TYPELESS_PACKAGE_JSON warning on every startup because ES module syntax is used but type:module is not declared. Incurs a parsing performance overhead.
Fix: Add type:module to package.json.