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): skip spec project reference for minimal ng new
When generating a new project with `ng new` and the `minimal` option, a
Typescript project reference to a `tsconfig.spec.json` should not be present
since that file is not created with a minimal project.
0 commit comments