Lightweight integration with TypeScript?

Since I want a very lightweight integration with TypeScript I wonder if the following setup is possible:

  1. use the app folder as usual but make TypeScript compile the output to app_dist (that works)
  2. let Brocolly take the compiled .js files from the app_dist folder (I have no idea if this is possible)

Regards Roger