Hi,
First of all great tutorial!
Secondly, I'm having a small issue with chrome debugging. If I clone your project everything works fine - even when I debug in Chrome I can see the .ts files when debugging.
However, if I first open the project in Webstorm then Webstorm creates for each of the .ts files a .js file which causes Chrome to display the .js files and not the .ts files.
If I remove the generated .js files Webstorm creates I can see the .ts files when debugging in Chrome.
Why is the creation of the .js files causes this problem to Chrome showing the .js files and not the .ts files?
Thanks!
Hi,
First of all great tutorial!
Secondly, I'm having a small issue with chrome debugging. If I clone your project everything works fine - even when I debug in Chrome I can see the .ts files when debugging.
However, if I first open the project in Webstorm then Webstorm creates for each of the .ts files a .js file which causes Chrome to display the .js files and not the .ts files.
If I remove the generated .js files Webstorm creates I can see the .ts files when debugging in Chrome.
Why is the creation of the .js files causes this problem to Chrome showing the .js files and not the .ts files?
Thanks!