Commit 8b2dd26
committed
fix(@schematics/angular): remove setting files tsconfig field with SSR/Server generation
The `files` field within the `tsconfig.app.json` file is no longer used
with the "solution" style tsconfig generated with applications. The SSR
and server schematics no longer need to modify this field since all TS
files within `src` are included by default.1 parent 16244c0 commit 8b2dd26
File tree
3 files changed
+1
-6
lines changed- packages/schematics/angular
- server
- ssr
3 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 122 | | |
127 | 123 | | |
128 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments