Skip to content

Visual Studio "TypeScript Build" project properties versus tsconfig.json #23676

@IanKemp

Description

@IanKemp

If you have a C# project with TypeScript support enabled, and that project has a tsconfig.json file, navigating to to the "TypeScript Build" section of that project's properties results in a non-editable page with the message "One or more tsconfig.json files detected. Project properties are disabled.":

image

The implication is that VS project properties for TS, and tsconfig.json, are mutually exclusive.

  • Why is this? Why can't that properties page be populated from the values in the tsconfig.json if present and there are no ancestor tsconfig files?
  • Is using tsconfig.json deprecated in favour of controlling the TypeScript configuration from Visual Studio?

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionAn issue which isn't directly actionable in code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions