in build/build.ts [26:29]
function readYaml(fileName: string) { const text = fs.readFileSync(fileName, "utf8"); return yaml.safeLoad(text); }