[Low] Missing type:module in mam-api package.json #48

Closed
opened 2026-05-24 14:05:03 -04:00 by zgaetano · 0 comments
Owner

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.

**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.
zgaetano added the
bug
label 2026-05-24 14:05:03 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: WildDragonLLC/dragonflight#48
No description provided.