mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
* test: update tests to work with new stricter tsconfig file inclusions * fix(@schematics/angular): exclusively list the files in tsconfigs With the omission of `includes` or `files` in tsconfig files tsc will pick up all the files under the rootDir and make them as part of the compilation. In certain cases, redundant files will be picked up which will cause a slower compilations. Related to: TOOL-949