build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / utils / FileUtils.ts
index ecb945bf40915841809270453428725cddf6b182..7235011cb0314509f108ee12115c05c0f84a59f7 100644 (file)
@@ -1,9 +1,9 @@
 import { type FSWatcher, type WatchListener, readFileSync, watch } from 'node:fs';
 
-import { handleFileException } from './ErrorUtils';
-import { logger } from './Logger';
-import { isNotEmptyString } from './Utils';
-import type { FileType, JsonType } from '../types';
+import { handleFileException } from './ErrorUtils.js';
+import { logger } from './Logger.js';
+import { isNotEmptyString } from './Utils.js';
+import type { FileType, JsonType } from '../types/index.js';
 
 export const watchJsonFile = <T extends JsonType>(
   file: string,