How do i correctly create local package/package.json - that can be used by locally running deno app?
The tl;dr is that I have a sveltekit app and a deno app, and they both share code. Everything seems to work on the CLI level, but I cannot get it to work on the LSP level (vscode) I think? I can't tell if it's my lack of understanding of how deno expects imported npm packages that are local - or if that's even possible, or something else.
I have put up a mock repo to show what I am trying to do, and I also creted an issue in github that shows some fix attempts that lead to extremem performance degredation from the deno lang server (i think at least)
I'm trying to figure out how to structure a node package and what the package.json should look like in order to correctly be able to reference this package from a deno app using an import_map
Version: Deno 2.2.4 Ok, so this is going to be hard to explain. But I have a reproduction of it. I'm trying to get a monorepo setup where I want to use deno in an app, and I'm finding it ve...
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.