Merge pull request #5 from SrIzan10/main

chore: fancier template choices (in json)
This commit is contained in:
Jacob Nguyen
2023-06-16 15:19:23 -05:00
committed by GitHub

View File

@@ -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"
}
]