{
"fmt": {
"useTabs": true,
"include": ["**/*.ts", "**/*.tsx"]
},
"lint": {
"rules": {
"exclude": ["require-await", "require-yield", "no-fallthrough"]
}
},
"tasks": {
"build-docs": "deno run --allow-read=docs --allow-write=docs/.dist docs/build.ts",
"serve-docs": "cd docs/.dist && deno run --allow-read=. --allow-net https://deno.land/std/http/file_server.ts ."
}
}