Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / utils / Configuration.ts
index b1926e16dad7425d3cd7ea8a257163c41a4a7e14..263fa04876d92d90080aae3946f4a36864a9e7d6 100644 (file)
@@ -1,6 +1,6 @@
-import fs from 'fs';
-import path from 'path';
-import { fileURLToPath } from 'url';
+import fs from 'node:fs';
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
 
 import chalk from 'chalk';
 import merge from 'just-merge';