build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationInfo.ts
index c66092c56f65d4347196b2d7236e9b67ab748697..9e8da9070ce87c7a4b31c448ca1746afee904f8e 100644 (file)
@@ -1,5 +1,5 @@
-import type { ChargingStationTemplate } from './ChargingStationTemplate';
-import type { FirmwareStatus } from './ocpp/Requests';
+import type { ChargingStationTemplate } from './ChargingStationTemplate.js';
+import type { FirmwareStatus } from './ocpp/Requests.js';
 
 export type ChargingStationInfo = Omit<
   ChargingStationTemplate,