This is a simple example of using webpack babel and typescript with riot.
Download or clone this repo.
Install packages.
$ npm install
And then run the server using webpack-dev-server
or any possible way you know
$ npm start
Compile the source code enabling the type check
$ npm run build