We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7cc94 commit 765fb41Copy full SHA for 765fb41
packages/create-rslib/src/index.ts
@@ -17,8 +17,8 @@ async function getTemplateName({ template }: Argv) {
17
if (lang && ['js', 'ts'].includes(lang)) {
18
return template;
19
}
20
- // default to js
21
- return `${template}-js`;
+ // default to ts
+ return `${template}-ts`;
22
23
24
const type = checkCancel<string>(
0 commit comments