Currently using the 2015 version of Visual Studio Community, I am facing an issue while working on a typescript project. Whenever I make modifications to the code, debug it, and save it using ctrl + s followed by refreshing the browser with ctrl + r, the changes do not reflect in the browser as the newly generated source maps are not being applied. This results in the old version of .ts code still appearing despite the corrected javascript. It becomes challenging for me to debug when there is no synchronization between the two. What steps should I take to resolve this issue?
EDIT:
To clarify, my files are edited in Visual Studio, not directly in the browser.
ALSO:
I have noticed that working in anonymous mode in Chrome has been beneficial in most cases. It aids in keeping the files synced even though I have disabled the cache.