angular / vscode-ng-language-service

Angular extension for Visual Studio Code
MIT License
781 stars 117 forks source link

Support angular.json configuration for tsconfig #2009

Open SpencerKaiser opened 8 months ago

SpencerKaiser commented 8 months ago

🚀 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

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