Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support angular.json configuration for tsconfig #2009

Open
1 of 2 tasks
SpencerKaiser opened this issue Feb 29, 2024 · 0 comments
Open
1 of 2 tasks

Support angular.json configuration for tsconfig #2009

SpencerKaiser opened this issue Feb 29, 2024 · 0 comments
Labels

Comments

@SpencerKaiser
Copy link

馃殌 feature request

Description

angular.json supports the configuration of specifying a tsconfig to use instead of just pulling from tsconfig.json at the root. In the scenario where you have multiple tsconfigs, it's likely you may want to separate things like angularConfiguration out of the root tsconfig.json - in this scenario, it'd be ideal for the VS Code extension to pull the relevant tsconfig from angular.json instead of defaulting to /tsconfig.json.

Feature Type

What does this feature affect

  • Angular Language Service VSCode extension
  • Angular Language Service server

Describe the solution you'd like

Support for the angular.json configuration option for tsConfig:
projects.app-root.architect.build.options.tsConfig

Describe alternatives you've considered

Adding to my main tsconfig.json 馃槩

Anything else relevant?

This is a duplicate of #1667 but that issue was closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant