I was attempting to convert the dotnetcore ReactRedux template to Typescript and could not get breakpoints to hit my typescript files.
I was able to determine that in your tsconfig.json
file you need to have the options inlineSourceMap:true
and inlineSources:true
set.