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
feat(@schematics/angular): generate applications using TypeScript project references
When generating a project (either via `ng new` or `ng generate application`), the
created TypeScript configuration files (`tsconfig.app.json`/`tsconfig.spec.json`)
will be setup as composite projects and added as project references to in the root
`tsconfig.json`. This transforms the root `tsconfig.json` into a "solution" style
configuration. This allows IDEs to more accurately discover and provide type information
for the varying types of files (test, application, etc.) within each project.
The Angular build process is otherwise unaffected by these changes.
0 commit comments