initial commit
This commit is contained in:
commit
497b061b92
8 changed files with 1152 additions and 0 deletions
16
deno.json
Normal file
16
deno.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-net src/main.ts"
|
||||
},
|
||||
"lint": {
|
||||
"rules": {
|
||||
"tags": [
|
||||
"recommended"
|
||||
],
|
||||
"exclude": ["no-explicit-any", "require-await"]
|
||||
}
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue