I have solution with WebApi with angular client. Earlier I had an ability to set breakpoint in my typescript files and debug them with Chrome. During a long time I didn't work with this solution, but now I need. And when I set breakpoints I have warning message: "The breakpoint will not currently be hit. Breakpoint set but not yet bound".
I have updated Visual Studio 2017 to the latest version (15.9.17) but this didn't help.
Any idea how to debug type script in Visual Studio?