I use TypeLITE with various projects and a simple website. I would like to use TypeLITE to generate TypeScript definitions from my C # classes, but I am not allowed to add TypeLITE DLLs to each project.
Let it be my project structure:
Decision
|
|
----- WebSite (with NuGet-installation TypeLITE)
|
|
----- FirstProject
|
|
----- Second project
|
|
----- ThirdProject
I installed TypeLITE through the NuGet-Console, and C # -Classes are in "FirstProject", "SecondProject" and "ThirdProject".
Problem: I have to use NuGet-Installation for all other projects.
Is it possible?
source share