I am using TypeLITE with various projects and a simple web site. I would like to use TypeLITE to generate TypeScript definitions from my C# classes, but I am not allowed to add the TypeLITE dll's to every project.
Let this be my project structure:
Solution
|
|
----- WebSite (with NuGet-Installation of TypeLITE)
|
|
----- FirstProject
|
|
----- SecondProject
|
|
----- ThirdProject
I installed TypeLITE via NuGet-Console and the C#-Classes are located in "FirstProject", "SecondProject" and "ThirdProject".
Problem: I have to use the NuGet-Installation for all other projects.
Is this possible?