build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / worker / index.ts
index a7c3d1ea1f185b0e5c77b78b3de7c41994273638..32781a6e390c42cf871c0f3d6b385e0eece4d628 100644 (file)
@@ -1,15 +1,15 @@
-export type { WorkerAbstract } from './WorkerAbstract';
+export type { WorkerAbstract } from './WorkerAbstract.js';
 export {
   DEFAULT_ELEMENT_START_DELAY,
   DEFAULT_POOL_MAX_SIZE,
   DEFAULT_POOL_MIN_SIZE,
   DEFAULT_WORKER_START_DELAY,
-} from './WorkerConstants';
-export { WorkerFactory } from './WorkerFactory';
+} from './WorkerConstants.js';
+export { WorkerFactory } from './WorkerFactory.js';
 export {
   type WorkerData,
   WorkerEvents,
   type WorkerMessage,
   WorkerMessageEvents,
   WorkerProcessType,
-} from './WorkerTypes';
+} from './WorkerTypes.js';