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 67ae259 commit 30b8230Copy full SHA for 30b8230
src/questions.js
@@ -27,7 +27,7 @@ const questions = {
27
type: 'list',
28
name: 'jsExtension',
29
message: 'What kind of extension do you use for js files ?',
30
- choices: ['js', 'jsx'],
+ choices: ['js', 'jsx', 'tsx'],
31
},
32
cssExtension: {
33
0 commit comments