I need help troubleshooting a TS
project. When using WebStorm, it automatically detects source maps and displays the original ts
files. I prefer not to use source maps and debug the generated js
files instead. How can I turn off the use of source maps in WebStorm?
IMPORTANT: My question is not about disabling the generation of source maps, but rather how to prevent using them during debugging.