build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / types / orm / entities / PerformanceRecord.ts
index 997d01003e27e7699937b674ef0d32a6d83f0cec..58bfacad1b07fc8310962e7a28fc15897d455205 100644 (file)
@@ -2,7 +2,7 @@
 import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core';
 
 // eslint-disable-next-line @typescript-eslint/no-unused-vars
-import type { PerformanceData } from './PerformanceData';
+import type { PerformanceData } from './PerformanceData.js';
 
 @Entity()
 export class PerformanceRecord {