Closed as not planned
Description
This was already on the roadmap but with no issue.
You can usually work around this with // @deno-types="npm:@types/<package>"
but that's not always an option. E.g. for "jsxImportSource": "npm:react"
in your compiler options, there's no import to add the directive to. So it's a big obstacle for react-jsx users.