Skip to main content
Module

x/bq-oak-graphql/tsconfig.json

A simple graphql middleware for oak deno framework.
Go to Latest
File
{ "compilerOptions": { "plugins": [ { "name": "typescript-deno-plugin", "enable": true, // default is `true` "importmap": "import_map.json" } ] }}