I wonder why developers use Babel with typescript compiler as long as they can only use tsc to transpile ES6 to older versions of JavaScript along with compiling typescript to JavaScript
What is the benefits of using babel with tsc to compile code?