You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@ngtools/webpack): disable TypeScript composite option with Angular compiler
The Angular compiler does not directly support the `composite` option within
a referenced `tsconfig` file. If this option is enabled, the Angular compiler
will crash due to the Angular compiler not leveraging the TypeScript
BuilderProgram infrastructure. Since the Angular compiler is not aware of
composite projects nor project references, the `composite` option is disabled
when options are passed to the Angular compiler. This has no effect on non-
Angular related usages of the `tsconfig`.
0 commit comments