build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 2.0 / OCPP20Constants.ts
index c64fe13dca8c9d841d49cc2d3f143079c6cee4ee..3ae368a3736d6b66b92dc6133c0afddf1a91e49c 100644 (file)
@@ -1,5 +1,8 @@
-import { type ConnectorStatusTransition, OCPP20ConnectorStatusEnumType } from '../../../types';
-import { OCPPConstants } from '../OCPPConstants';
+import {
+  type ConnectorStatusTransition,
+  OCPP20ConnectorStatusEnumType,
+} from '../../../types/index.js';
+import { OCPPConstants } from '../OCPPConstants.js';
 
 export class OCPP20Constants extends OCPPConstants {
   static readonly ChargingStationStatusTransitions: Readonly<ConnectorStatusTransition[]> =