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(@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.
0 commit comments