Debugging TypeScript Follow
Hello
Please have a look at this TypeScript project.
https://github.com/ncochard/sample-ts-project
Running the unit tests in WebStorm works well. But if I place a breakpoint in the unit tests, the debugger does not break at that breakpoint.
We're only having this issue with TypeScript. Any project using ecmascript 6 and babel work well.
Thank you
Please sign in to leave a comment.
ts-node produces sourcemaps with absolute paths that don't currently work, see https://youtrack.jetbrains.com/issue/WEB-23002. it's not the only problem with ts-node, but this one is blocking