diff options
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..5b320c2 --- /dev/null +++ b/deno.json @@ -0,0 +1,8 @@ +{ + "tasks": { + "dev": "deno run --watch main.ts" + }, + "imports": { + "@std/assert": "jsr:@std/assert@1" + } +} |