Commit 60c2947
committed
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`.1 parent 3e24a59 commit 60c2947
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| 413 | + | |
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
| |||
0 commit comments