build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationOcppConfiguration.ts
index 7bc47aae3d8caa79be98ca8f24036b64c111fc25..e9932701dce9a3df02a76c621df67bef0ab47d06 100644 (file)
@@ -1,4 +1,4 @@
-import type { OCPPConfigurationKey } from './ocpp/Configuration';
+import type { OCPPConfigurationKey } from './ocpp/Configuration.js';
 
 export type ConfigurationKey = OCPPConfigurationKey & {
   visible?: boolean;