Skip to content

angular.json support or custom path parameter to tsconfig.json #1667

@Viapatis

Description

@Viapatis

🚀 feature request

Description

My project has angular.json with given path for tsconfig

{
...
  "projects": {
    ...
    "frontend": {
      ...
      "architect": {
        ...
        "build": {
          ...
            "tsConfig": "src/tsconfig.app.json",
        }
      }
    }
  },
}

since the extension requires sctrictTamplate:true for full-fledged work, which is already enabled in src/tsconfig.app.json , I would not want to write it in tsconfig.json , it bothers me there

Feature Type

What does this bug affect

  • Angular Language Service VSCode extension
  • Angular Language Service server

Describe the solution you'd like

add angular.json support

Describe alternatives you've considered

add path parameter to tsconfig in extension settings

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions