Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-29 | refactor(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-09 | feat(init): Use jsonc for configuration file (#17002) | Bartek IwaĆczuk | |
Generate "deno.jsonc" instead of "deno.json" when running "deno init" subcommand. |