Get absolute path to config file
String getConfigPath(String projectRoot) { return p.join(projectRoot, configPath); }