0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tools/init/templates/deno.jsonc
Bartek Iwańczuk 6794d9fe5d
feat(init): Use jsonc for configuration file (#17002)
Generate "deno.jsonc" instead of "deno.json" when running "deno init"
subcommand.
2022-12-09 23:55:03 +01:00

5 lines
59 B
Text

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