diff --git a/integration/bazel/angular-metadata.tsconfig.json b/integration/bazel/angular-metadata.tsconfig.json index b056626de0..cb78c7133f 100644 --- a/integration/bazel/angular-metadata.tsconfig.json +++ b/integration/bazel/angular-metadata.tsconfig.json @@ -20,6 +20,7 @@ ], "exclude": [ "node_modules/@angular/bazel/**", + "node_modules/@angular/core/schematics/**", "node_modules/@angular/compiler-cli/**", "node_modules/@angular/**/testing/**", "node_modules/@angular/router/upgrade*" diff --git a/packages/bazel/src/schematics/ng-add/files/angular-metadata.tsconfig.json.template b/packages/bazel/src/schematics/ng-add/files/angular-metadata.tsconfig.json.template index 37e78208d5..9861531242 100644 --- a/packages/bazel/src/schematics/ng-add/files/angular-metadata.tsconfig.json.template +++ b/packages/bazel/src/schematics/ng-add/files/angular-metadata.tsconfig.json.template @@ -17,6 +17,7 @@ ], "exclude": [ "node_modules/@angular/bazel/**", + "node_modules/@angular/core/schematics/**", "node_modules/@angular/compiler-cli/**", "node_modules/@angular/**/testing/**", "node_modules/@angular/router/upgrade*"