diff --git a/src/core/files.ts b/src/core/files.ts index 5bfdc0c..d1cb997 100644 --- a/src/core/files.ts +++ b/src/core/files.ts @@ -149,7 +149,7 @@ export class FilesManager { } get cliConfig() { - const filename = join(this.workspaceRoot, '.angular-cli.json'); + const filename = join(this.workspaceRoot, 'angular.json'); return readFile(filename); }