Skip to content

Commit 30b8230

Browse files
committed
Adds possibility to choose .tsx extension
1 parent 67ae259 commit 30b8230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const questions = {
2727
type: 'list',
2828
name: 'jsExtension',
2929
message: 'What kind of extension do you use for js files ?',
30-
choices: ['js', 'jsx'],
30+
choices: ['js', 'jsx', 'tsx'],
3131
},
3232
cssExtension: {
3333
type: 'list',

0 commit comments

Comments
 (0)