refactor: cleanup unneeded type casting
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index ed055a8d830b94cf878210c64e2e30c57a670e35..8d8a83c3586549c074e4e4b1feeff5cf905d6b98 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';
+  setConfigurationKeyValue
+} from './ConfigurationKeyUtils.js'
 export {
   canProceedChargingProfile,
   checkChargingStation,
@@ -14,5 +14,5 @@ export {
   hasReservationExpired,
   prepareChargingProfileKind,
   removeExpiredReservations,
-  resetConnectorStatus,
-} from './Helpers';
+  resetConnectorStatus
+} from './Helpers.js'