build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / utils / Utils.ts
index 366ccf98a96d182f55c67b9c2448d076be94e674..872c2b049800260bd32953b25a6d2dd190e94d97 100644 (file)
@@ -13,8 +13,8 @@ import {
   secondsToMilliseconds,
 } from 'date-fns';
 
-import { Constants } from './Constants';
-import { type TimestampedData, WebSocketCloseEventStatusString } from '../types';
+import { Constants } from './Constants.js';
+import { type TimestampedData, WebSocketCloseEventStatusString } from '../types/index.js';
 
 export const logPrefix = (prefixString = ''): string => {
   return `${new Date().toLocaleString()}${prefixString}`;