build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / performance / PerformanceStatistics.ts
index 94c189e4d3e6251a7bf8bfa7022a13b1fc4d07f7..1246e1b2c6300795866c5ab5664e0575e8653121 100644 (file)
@@ -15,7 +15,7 @@ import {
   type Statistics,
   type StorageConfiguration,
   type TimestampedData,
-} from '../types';
+} from '../types/index.js';
 import {
   CircularArray,
   Configuration,
@@ -33,7 +33,7 @@ import {
   min,
   nthPercentile,
   stdDeviation,
-} from '../utils';
+} from '../utils/index.js';
 
 export class PerformanceStatistics {
   private static readonly instances: Map<string, PerformanceStatistics> = new Map<