build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / performance / storage / Storage.ts
index 4c9ece358075875d4934c9e80111826485bb5919..5723dca87d00d33b73f31db2499d0b45f1bda43d 100644 (file)
@@ -8,8 +8,8 @@ import {
   type HandleErrorParams,
   type Statistics,
   StorageType,
-} from '../../types';
-import { isNullOrUndefined, logger, setDefaultErrorParams } from '../../utils';
+} from '../../types/index.js';
+import { isNullOrUndefined, logger, setDefaultErrorParams } from '../../utils/index.js';
 
 export abstract class Storage {
   protected readonly storageUri: URL;