build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 1.6 / OCPP16Constants.ts
index c33e552934c4dbcbda3f9cac5a13ef586780a7f6..3d1ab3c8477e8ca74d156b826b69abd3069f587b 100644 (file)
@@ -1,5 +1,5 @@
-import { type ConnectorStatusTransition, OCPP16ChargePointStatus } from '../../../types';
-import { OCPPConstants } from '../OCPPConstants';
+import { type ConnectorStatusTransition, OCPP16ChargePointStatus } from '../../../types/index.js';
+import { OCPPConstants } from '../OCPPConstants.js';
 
 export class OCPP16Constants extends OCPPConstants {
   static readonly ChargePointStatusChargingStationTransitions: Readonly<