How to create a TypeScript library

I am working on several TypeScript projects. I have a generic TypeScript code that I would like to use for several projects. How to do it?

I was expecting to find something like the TypeScript Project Library in Visual Studio. Add a new project window, but this does not exist.

+2
source share

Source: https://habr.com/ru/post/1675641/


All Articles