Handle import "npm:..." prefix on generated code
Hey 👋
I have a file that is generated from a graphql schema, which has an import at the top not using the "npm:" prefix. As it is auto generated I can not change this from "graphql" to "npm:graphql" easily. Is there any work arround, to still use the file?
Best, Kalle
2 Replies
Sure, add this to your
deno.json
Aaaaawesome! Thank you very much.