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 0c18b86 commit 39eadd7Copy full SHA for 39eadd7
index.js
@@ -838,7 +838,7 @@ Read more on https://git.io/JJc0W`);
838
_executeSubCommand(subcommand, args) {
839
args = args.slice();
840
let launchWithNode = false; // Use node for source targets so do not need to get permissions correct, and on Windows.
841
- const sourceExt = ['.js', '.ts', '.mjs'];
+ const sourceExt = ['.js', '.ts', '.tsx', '.mjs'];
842
843
// Not checking for help first. Unlikely to have mandatory and executable, and can't robustly test for help flags in external command.
844
this._checkForMissingMandatoryOptions();
0 commit comments