As title says, I'm unable to find my typescript files in IE 11 debugger, as I do in Chrome debugger.
I scrolled down to "Dynamic scripts", but I'm only seeing Javascript files in it.
Would appreciate any help. Thanks
As title says, I'm unable to find my typescript files in IE 11 debugger, as I do in Chrome debugger.
I scrolled down to "Dynamic scripts", but I'm only seeing Javascript files in it.
Would appreciate any help. Thanks
Do you have the following in your tsconfig.json file under compilerOptions?
"sourceMap": true,
What solve my problem was to update my NPM & Node JS. After that I was able to find all *.ts files in the debugger