Hi guys,I would like to create an npm package written in typescript and I have some questions. First of all, I don't know much about creating an npm package but I'm sure with some browsing that can be done. But what if I'd like to make the lib written in typescript to make it consumable by typescript projects?How do I make the types available? Do I need to make a build step copying the source ts files and the compiled js files into a dist|lib|build|etc folder?
Submitted July 25, 2020 at 06:01PM by Jim-Y
No comments:
Post a Comment