summaryrefslogtreecommitdiff
path: root/cli/tools/init/templates/deno.jsonc
AgeCommit message (Collapse)Author
2023-08-29refactor(init): simplify template (#20325)Ryan Dahl
- 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.
2022-12-09feat(init): Use jsonc for configuration file (#17002)Bartek IwaƄczuk
Generate "deno.jsonc" instead of "deno.json" when running "deno init" subcommand.