You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2018. It is now read-only.
It a great job! It saves a lot of typing time! Thanks for creating it! :)
I have two questions:
is there any way to setup that the T4TS.d.ts file is generated to a custom directory? For example, my Contracts are in a separated file, but the typescript files are placed in an webproject. I want the ts interfaces there and I don't want to copy if it is possible.
is there any option to set up the tool in the way where the result is 1 C# class / 1 typescript interface / 1 ts file? It would me more organized for me.
Thanks,
András
The text was updated successfully, but these errors were encountered:
Thanks! I'm sorry, i'm not actively working on the project anymore (nor C# or TS for that matter), so I don't quite remember. I'll give it a try:
is there any way to setup that the T4TS.d.ts file is generated to a custom directory
I think so.. but only within the same project where the nuget package is installed. Did you manage to solve it?
is there any option to set up the tool in the way where the result is 1 C# class / 1 typescript interface
/ 1 ts file?
Unfortunately without a lot of changes to the output-formatter.
Hi,
It a great job! It saves a lot of typing time! Thanks for creating it! :)
I have two questions:
Thanks,
András
The text was updated successfully, but these errors were encountered: