I see that TypeScript is supported for building web components. Is it on the roadmap to have TypeScript support built into Servoy for standard development of the normal business logic?
For the uninitiated, TypeScript is a superset of JavaScript that compiles to clean JavaScript. It allows for having proper variable types and many other object oriented concepts in a clean way.