build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / performance / storage / MongoDBStorage.ts
index 568f70953edc4a2a6db290dae0e51a1634e7cb68..e27b33c42b494f3a07a015ec596482167c21cf0d 100644 (file)
@@ -2,10 +2,10 @@
 
 import { MongoClient } from 'mongodb';
 
-import { Storage } from './Storage';
-import { BaseError } from '../../exception';
-import { type Statistics, StorageType } from '../../types';
-import { Constants } from '../../utils';
+import { Storage } from './Storage.js';
+import { BaseError } from '../../exception/index.js';
+import { type Statistics, StorageType } from '../../types/index.js';
+import { Constants } from '../../utils/index.js';
 
 export class MongoDBStorage extends Storage {
   private readonly client?: MongoClient;