@types/... declaration, I have to use the // @deno-types="@types/..." directive.react 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.sh for this case but I don't know if it's a good idea to have npm:package, https://esm.sh/..., jsr:package mixed in the deno.json imports.@deno-types="..." is tedious in every fileesm.sh for this package instead or it's a bad idea?