Where to put deno.json for shared folders
Hey. I'm wondering how I should handle package imports for code in my _shared folder.
The docs say that each function should have it's own deno.json file.
Should I also have a deno.json in my shared folder so that my IDE stays happy? As long as any imports the functions need are also defined in their individual deno.json.
The docs say that each function should have it's own deno.json file.
Should I also have a deno.json in my shared folder so that my IDE stays happy? As long as any imports the functions need are also defined in their individual deno.json.