Each time a class matching the filter in the template is saved a TypeScript class matching the template is updated or added to the project.
In my case, I have a third party .dll with models(referenced in my project) and I never change these classes myself. Is there any way to force typewriter to generate typescript files from a template?
In my case, I have a third party .dll with models(referenced in my project) and I never change these classes myself. Is there any way to force typewriter to generate typescript files from a template?