oclif/config

allow JSX and TSX commands

Opened this issue · 0 comments

currently the command discovery rule here:

'**/*.+(js|ts)',
only matches .js and .ts files. However, .tsx files are also valid typescript. As react-ink becomes a thing, we should enable that too.

Maybe just add another regex for *x files? happy to PR this if y'all like it