I'm trying to debug TS project. WebStorm automatically picks up source maps and show original ts files. I don't want to use source maps and debug generated js files. How can I disable usage of source maps in WebStorm?
NOTE: this question is not about how to disable source maps generation, it's about how to disable source maps usage during debugging

//# sourceMappingURLcomment in it and then resolves original file using sourcemap. You can try deleting the comments from generated files (if you are permitted to do this)