anilist-api-wrapper/deno.json

10 lines
147 B
JSON

{
"fmt": {
"lineWidth": 100,
"semiColons": false
},
"tasks": {
"graphql-codegen": "deno run -A graphql-codegen/codegen.ts"
}
}