As I work on developing my app that requires a library written in TypeScript and normally installed via npm, I find myself frequently needing to make edits to it. Ideally, I would like to be able to directly edit the library and see the changes reflected in my app. Despite trying npm link
, I have not had success. How can I make this work with TypeScript?