deno/cli/tools/init/templates/deno.json
Ryan Dahl f76bfbbe33
refactor(init): simplify template (#20325)
- Don't include benchmark file - most people won't need this.
- Use deno.json instead of deno.jsonc, because it's a more common file
  format.
2023-08-29 19:58:56 +00:00

6 lines
59 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts"
}
}