In Sept. 2018 Babel7 got released with an interesting preset: @babel/preset-typescript. The goal is to make it easy for users using Babel to try TypeScript without moving out from Babel, just by adding a preset in their Babel config (here is the MSDN blog post about TypeScript and Babel 7). Limitations While @babel/preset-typescript is a great preset, you must know the limitation of it. Here is wh