build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / broadcast-channel / WorkerBroadcastChannel.ts
index 9102b10009a7114597a3091f344357c0a6abea12..dbd83c5bf628b860d1505368ff67e9231352cbc7 100644 (file)
@@ -5,8 +5,8 @@ import type {
   BroadcastChannelResponse,
   JsonType,
   MessageEvent,
-} from '../../types';
-import { logPrefix, logger, validateUUID } from '../../utils';
+} from '../../types/index.js';
+import { logPrefix, logger, validateUUID } from '../../utils/index.js';
 
 const moduleName = 'WorkerBroadcastChannel';