Resolving Dependencies for Local ESM NPM Packages in Deno
Hi Deno Community,
I'm seeking guidance on the best approach for a setup involving a Deno application and a local, unpublished npm package using ESM. I'm having trouble with Deno automatically resolving the npm package's dependencies without explicit declarations in Deno's config file.
Here's the project structure:
*
*
*
*
I'm seeking guidance on the best approach for a setup involving a Deno application and a local, unpublished npm package using ESM. I'm having trouble with Deno automatically resolving the npm package's dependencies without explicit declarations in Deno's config file.
Here's the project structure:
package2 Structure:*
package2/src/index.ts:*
package2/package.json:*
deno-app/main.ts:*
deno-app/deno.json: