chore: fancier template choices (in json)

This commit is contained in:
2023-06-16 22:17:34 +02:00
parent 5f9ad64003
commit 2c7e55df2d

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