build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 2.0 / OCPP20ServiceUtils.ts
index c924b2400187931cfe4406d96ddc18bd72307787..eb4d099b2e20586a5d847bdb63d2ebaf75f26f5b 100644 (file)
@@ -2,8 +2,8 @@
 
 import type { JSONSchemaType } from 'ajv';
 
-import { type JsonType, OCPPVersion } from '../../../types';
-import { OCPPServiceUtils } from '../OCPPServiceUtils';
+import { type JsonType, OCPPVersion } from '../../../types/index.js';
+import { OCPPServiceUtils } from '../OCPPServiceUtils.js';
 
 export class OCPP20ServiceUtils extends OCPPServiceUtils {
   public static parseJsonSchemaFile<T extends JsonType>(