How to package an existing typescript project and release it on npm in 5 steps
We will ensure the following things The npm package only contains the relevant javascript files along with type declarations Our public repo doesn't need to contain any javascript file My current typescript project It has the following file structu...
Jul 5, 20213 min read38

