After updating to VS 2017, I noticed that modifications made to a typescript file no longer result in the generation of any javascript code, despite receiving a message indicating "outputs generated successfully" on the lower bar.
I tested this issue on two different machines with the same version of VS installed and encountered the same outcome when working on a simple test project.
- Could this be a software bug?
- Has there been a change in how typescript is handled in VS 2017?
- Do I now need a tsconfig.json file? In the past, I never required one...