Hi,
This is a feature request.
It would be nice to avoid having to add [ExportTsInterface] (or [ExportTsClass]) attributes on C# models. Ideally if there would be a way to provide a regex/namespace scanning expression for TypeGen to know what C# models to generate from.
The recently added customTypeMappings in tgconfig.json (#36) brings us even closer to avoid attributes is most cases.
What do you think?