It would be nice if there was a way to modify the boilerplate text that goes at the top of the generated TypeScript files. Either from the GenerationSpec or the dotnet typegen generate command.
My use case is that I want to provide a version number to all of my TypeScript files.
/**
* This is a TypeGen auto-generated file.
* Any changes made to this file can be lost when this file is regenerated.
* **FooDTOs version 3**
*/
Great project by the way. Extremely useful.