Commit 7124382
build: remove schematic tsconfig project references (#17756)
In the past we set up project references for the
Material and CDK schematics. This was necessary
since the Material schematic code referenced the
CDK schematic code through source files, and this
could have caused an invalid file structure in the
release output.
Nowadays, since we use Bazel, the Material schematics
no longer refer to the source files of the CDK schematics,
and this issue is automatically solved. This also fixes IDE's
like WebStorm incorrectly reporting that the CDK schematics
are not built, when working inside the Material schematics.1 parent 49977f7 commit 7124382
File tree
2 files changed
+0
-4
lines changed- src
- cdk/schematics
- material/schematics
2 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
0 commit comments