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