export const compile = [{
  key: "srcRoot",
  default: cwd => path.join(cwd, "src"),
  schema: isString,