Pretty common scenario, I imagine, but I didn't find an obvious solution googling.
I have a client & server application, and what I'd like to do is configure the build of my server application so that it transpiles the POCOs into their typescript equivalents.
From there I can grab them and copy them manually into my client app.
I would guess there is something out there that can do this as part of the build, but what I have seen so far requires you to manually select and transpile whenever you deem it necessary.
Is there a tool that does something similar to what I'm interested in?