currently the command discovery rule here: https://github.com/oclif/config/blob/d84a238cb7b4410a112138a2d957579afcf3875a/src/plugin.ts#L155 only matches .js and .ts files. However, .tsx files are also valid typescript. As [react-ink](https://github.com/vadimdemedes/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
currently the command discovery rule here:
config/src/plugin.ts
Line 155 in d84a238
Maybe just add another regex for *x files? happy to PR this if y'all like it