mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
When a tsconfig without `includes` or `files` all files under the `rootDir` will be included in the compilation. This results in redundant files to inserted as part of the ts compilation which in some cases might reduce the compilation drastically. Related to: TOOL-949