these are package json file names that are compatible with deno.
currently it is set to ["./deno.json", "./deno.jsonc", "./jsr.json", "./jsr.jsonc"].
notice that "./package.json" isn't supported yet, because esbuild itself takes care of "package.json" based resolution,
once you've properly installed your npm packages.
these are package json file names that are compatible with deno.
currently it is set to
["./deno.json", "./deno.jsonc", "./jsr.json", "./jsr.jsonc"]
. notice that"./package.json"
isn't supported yet, because esbuild itself takes care of"package.json"
based resolution, once you've properly installed your npm packages.