VS2019 Typescript compiles everything

  • Thread starter Thread starter zfugu
  • Start date Start date
Z

zfugu

Guest
Hi,

I have a project where if I make even a trivial change to a typescript file it compiles everything (even files like jquery.t.ds) and slows down intellisense and brings everything to a crawl. I saw previous bugs in VS2015 and VS2017 and one suggestion is not to set the tsconfig.json to compile on save and instead use the command line "tsc --watch". When I do that it fixed the problem but it's not optimal as you have to fire up a command line shell whenever you fire up VS2019. I didn't have this issue in VS2017.

Anyone else have this problem? and is there solution.

Thanks in advanced,
Howard

Continue reading...
 
Back
Top