CarereC
Denoβ€’3y agoβ€’
2 replies
Carere

Organizing dependencies in workspace with several project folder

Suppose you have a workspace with several folder, and in each folder you have a deno project.
What is the best solution to handle dependencies for this workspace ?
- A single import_map.json at the root of the workspace and each project reference it in their respective deno.json with the importMap property ?
- Defining for each project the imports key in their respective deno.json ?
- Another option ?
Also, what is the best option to play nicely with IDE ? (I'm using Neovim)
Was this page helpful?