-
Notifications
You must be signed in to change notification settings - Fork 11.9k
TS linting error regarding outDir in tsconfig.app.json #33360
Copy link
Copy link
Open
Labels
area: @schematics/angulargemini-triagedLabel noting that an issue has been triaged by geminiLabel noting that an issue has been triaged by geminigood first issueLabel noting a good first issue to be worked on by a community memberLabel noting a good first issue to be worked on by a community memberhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Milestone
Metadata
Metadata
Assignees
Labels
area: @schematics/angulargemini-triagedLabel noting that an issue has been triaged by geminiLabel noting that an issue has been triaged by geminigood first issueLabel noting a good first issue to be worked on by a community memberLabel noting a good first issue to be worked on by a community memberhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Type
Fields
Give feedbackNo fields configured for issues without a type.
Command
new
Is this a regression?
The previous version in which this bug was not present was
No response
Description
I just generated a new Angular project and I'm surprised to see that the boilerplate comes with a TS linting error. More specifically, it pertains to the
outDirproperty intsconfig.app.json:{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./out-tsc/app", "types": [] }, "include": ["src/**/*.ts"], "exclude": ["src/**/*.spec.ts"] }The TS linting error text:
Minimal Reproduction
ng new.tsconfig.app.json.Exception or Error
Your Environment
Anything else relevant?
No response