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 c18e575 commit 72d59e9Copy full SHA for 72d59e9
questions.js
@@ -24,7 +24,7 @@ module.exports = [
24
message: 'What transpiler would you like to use?',
25
choices: [
26
{value: 'babel', title: 'Babel', hint: 'An open source, standards-compliant ES2015 and ESNext transpiler.'},
27
- {value: 'typescript', message: 'TypeScript', hint: 'An open source, ESNext superset that adds optional strong typing.'}
+ {value: 'typescript', title: 'TypeScript', hint: 'An open source, ESNext superset that adds optional strong typing.'}
28
]
29
},
30
{
0 commit comments