Skip to content

fix(@schematics/angular): skip spec project reference for minimal ng new #30190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

clydin
Copy link
Member

@clydin clydin commented Apr 28, 2025

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.

Closes #30181

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.
@clydin clydin added the target: major This PR is targeted for the next major release label Apr 28, 2025
@clydin clydin added the action: merge The PR is ready for merge by the caretaker label Apr 28, 2025
@jkrems jkrems merged commit 0f7dc2c into angular:main Apr 28, 2025
32 of 33 checks passed
@clydin clydin deleted the ng-new/minimal-workspaces branch April 28, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: @schematics/angular target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reference to tsconfig.spec.json created in new app with --minimal flag
2 participants