I recently upgraded to VS 2017, and I use a solution that worked great in VS 2015. I turned on the Compile on Save feature in Tools> Text Editor> TS / JS> Project, and I certainly I am using the correct "code generation" option, but VS will not compile any typescript file.
The output js file already exists, it was generated by VS 2015, and when I save the ts file, the bottom line shows the message "Output (s) was generated successfully", but there are no changes in the js file.
Please note that the project is under source control, but both ts and js files are checked for editing.
I read on the Internet that similar issues were resolved using the latest VS updates, and I'm surethat my version of VS is updated.
Does anyone know what is going on?
source
share