Skip to content

Commit

Permalink
chore: add config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Oct 13, 2022
1 parent 815d672 commit b933238
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _test_import_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"imports": {
"https://deno.land/x/gaphql_response@$VERSION/": "./",
"https://deno.land/std@$VERSION/": "https://deno.land/std@0.159.0/",
"https://esm.sh/graphql@$VERSION": "https://esm.sh/v96/graphql@16.6.0"
}
}
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"noImplicitReturns": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true
}
},
"importMap": "_test_import_map.json"
}

0 comments on commit b933238

Please sign in to comment.