Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion angular-tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
"node_modules/@angular/common/upgrade*",
"node_modules/@angular/compiler-cli/**",
"node_modules/@angular/dev-infra-private/**",
"node_modules/@angular/router/upgrade*"
"node_modules/@angular/router/upgrade*",
// We also list the packages built as part of this repository. The Bazel NodeJS rules can link
// these packages into the `node_modules/` folder and this would break the summary file generation.
"node_modules/@angular/cdk/**",
"node_modules/@angular/cdk-experimental/**",
"node_modules/@angular/components-examples/**",
"node_modules/@angular/google-maps/**",
"node_modules/@angular/material/**",
"node_modules/@angular/material-experimental/**",
"node_modules/@angular/material-moment-adapter/**",
"node_modules/@angular/youtube-player/**"
]
}