@types/...@types/... declaration, I have to use the // @deno-types="@types/..."// @deno-types="@types/..." directive.reactreact doesn't ship with types and I have to now include this directive in many many files and it also does not auto complete the import so I manually have to type the import in new files.esm.shesm.sh for this case but I don't know if it's a good idea to have npm:packagenpm:package, https://esm.sh/...https://esm.sh/..., jsr:packagejsr:package mixed in the deno.json imports.@deno-types="..."@deno-types="..." is tedious in every fileesm.shesm.sh for this package instead or it's a bad idea?Join the Discord to ask follow-up questions and connect with the community