build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index f48119433d3f7508c783658cdbfe1db63987baff..69312eef7e89137c8f2638d259f50a00ed4993b9 100644 (file)
@@ -1,5 +1,5 @@
-import type { JsonObject } from './JsonType';
-import type { BroadcastChannelResponsePayload } from './WorkerBroadcastChannel';
+import type { JsonObject } from './JsonType.js';
+import type { BroadcastChannelResponsePayload } from './WorkerBroadcastChannel.js';
 
 export enum Protocol {
   UI = 'ui',