You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.":
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?