In my Visual Studio 2019 Enterprise setup, I have noticed that when I build or rebuild my ASP.net 4 MVC solution, my JavaScript files are regenerated by TypeScript. The issue is that the new JavaScript files always end up with a single trailing space after {, }, or ;.
Despite my attempts to remove the Autoformatting for JS/TS in the tools > options settings, these trailing spaces persist. Any suggestions on how to solve this issue?
So far, I have tried re-installing VS 2019 and adjusting the tools option settings for JS/TS to no avail.
Here is a screenshot of my TypeScript settings in the Build:
https://i.sstatic.net/dz5Zi.png