DEV Community

Discussion on: A Nice TypeScript Buildchain

Collapse
 
jnv profile image
Jan Vlnas

For Babel 7 (which is still beta) you can use transform-typescript plugin. This way you won't need to use Gulp, just let Babel handle all the transpilation!