build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPConstants.ts
index dbe7834b4e0e6fbdddab7d77501dc32a9470e85a..8f5f98d69078388991383f3ebc8607fe8d86b925 100644 (file)
@@ -6,11 +6,11 @@ import {
   DataTransferStatus,
   GenericStatus,
   MeterValueMeasurand,
+  ReservationStatus,
   TriggerMessageStatus,
   UnlockStatus,
-} from '../../types';
-import { ReservationStatus } from '../../types/ocpp/Responses';
-import { Constants } from '../../utils';
+} from '../../types/index.js';
+import { Constants } from '../../utils/index.js';
 
 export class OCPPConstants {
   static readonly OCPP_WEBSOCKET_TIMEOUT = 60000; // Ms