Debugging typescript with .map and .js files located elsewhere than .ts files - is it possible ? Follow
Hi there -
I have a workflow where the output from my typescript transpilation is put into a different folder than the .ts files - in order to not pollute my project src tree with build artifacts. This apparently has the sideeffect that its not possible to set/hit breakpoints in my .ts files.
Is there a way to make the debugging work in this setup ?
Best regards
Carsten
Please sign in to leave a comment.
Found out my self - problem was source-root in map files was not pointing correctly.