build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / types / Error.ts
index 6a7c04e21fa38f7ee573deaad7b16dc623cb36df..46f7569c849f20ffb5c17ea9f5ed5750c20c5d59 100644 (file)
@@ -1,4 +1,4 @@
-import type { JsonType } from './JsonType';
+import type { JsonType } from './JsonType.js';
 
 export interface HandleErrorParams<T extends JsonType> {
   throwError?: boolean;