How to debug Typescript in browser

How to debug typescript,

In Chrome, we need to press F12, open settings, uncheck the Enable JavaScript source maps

In IE, we can debug directly,

In Firefox, I haven't try.

Good Luck!