Since I want a very lightweight integration with TypeScript I wonder if the following setup is possible:
- use the app folder as usual but make TypeScript compile the output to app_dist (that works)
- let Brocolly take the compiled .js files from the app_dist folder (I have no idea if this is possible)
Regards Roger