Reads and parses the Config.json file from the current working directory.
Parsed configuration object
If Config.json doesn't exist or is invalid JSON
const config = readConfigFile();console.log(config.solutions); // Array of solutions Copy
const config = readConfigFile();console.log(config.solutions); // Array of solutions
Reads and parses the Config.json file from the current working directory.