Skip to content

Commit

Permalink
Adds possibility to choose .tsx extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Jun 7, 2019
1 parent 67ae259 commit 30b8230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const questions = {
type: 'list',
name: 'jsExtension',
message: 'What kind of extension do you use for js files ?',
choices: ['js', 'jsx'],
choices: ['js', 'jsx', 'tsx'],
},
cssExtension: {
type: 'list',
Expand Down

0 comments on commit 30b8230

Please sign in to comment.