From 2c7e55df2d4249ba792e0474c64ff66bb2c9c57b Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 16 Jun 2023 22:17:34 +0200 Subject: [PATCH] chore: fancier template choices (in json) --- metadata/templateChoices.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/metadata/templateChoices.json b/metadata/templateChoices.json index 37c56e6..28a3e4b 100644 --- a/metadata/templateChoices.json +++ b/metadata/templateChoices.json @@ -1,14 +1,18 @@ [ { - "title": "ts" + "title": "Typescript", + "value": "ts" }, { - "title": "ts-esm" + "title": "Typescript with ESM", + "value": "ts-esm" }, { - "title": "js" + "title": "Javascript", + "value": "js" }, { - "title": "js-esm" + "title": "Javascript with ESM", + "value": "js-esm" } ] \ No newline at end of file