Fix imports
/* eslint-disable no-console */ import { readdir, readFile, writeFile } from "fs" import { join } from "path" const replaceTextInFiles = ( directoryPath: string, fileExtensions: string[], replacements: Record<string, string>, ): void => { // Increase the listener limit for the process object process.