import { GithubConfig } from '@angular/dev-infra-private/utils/config'; /** * Github configuration for the ng-dev command. This repository is * uses as remote for the merge script. */ export const github: GithubConfig = { owner: 'angular', name: 'angular-cli', };