When I first started my project, I used the Typescript HTML Application Template project template. It worked well and set up a project for me. However, now I want to transition to using VSCode. The issue I'm facing is figuring out which switches and compiler options are being used by the "tsc" command in the project. I can see references to it in the .csproj file, but I'm not sure how it's actually being utilized. There doesn't seem to be a tsconfig or any clear indication of how the typescript compiler is configured.
In short, I'm wondering where Visual Studio stores the typescript compiler options.
Appreciate any insights!