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