How to link local NPM package with Deno
I have a package which has a couple of peer dependencies, which I want to link locally and patch. What is the way to do it?
The structure of dist folder is .d.ts + .js files, which looks pretty normal to me, thank you in advance
The structure of dist folder is .d.ts + .js files, which looks pretty normal to me, thank you in advance
