build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index ed055a8d830b94cf878210c64e2e30c57a670e35..d03a5f77dbd0bd46ea2803126474bce292072111 100644 (file)
@@ -1,10 +1,10 @@
-export { Bootstrap } from './Bootstrap';
-export type { ChargingStation } from './ChargingStation';
+export { Bootstrap } from './Bootstrap.js';
+export type { ChargingStation } from './ChargingStation.js';
 export {
   addConfigurationKey,
   getConfigurationKey,
   setConfigurationKeyValue,
-} from './ConfigurationKeyUtils';
+} from './ConfigurationKeyUtils.js';
 export {
   canProceedChargingProfile,
   checkChargingStation,
@@ -15,4 +15,4 @@ export {
   prepareChargingProfileKind,
   removeExpiredReservations,
   resetConnectorStatus,
-} from './Helpers';
+} from './Helpers.js';