Files
mandelbrot-ts/base-deno/deno.json

10 lines
182 B
JSON

{
"tasks": {
"dev": "deno run --allow-write main.ts",
"devwatch": "deno run --allow-write --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}