Skip to content

Commit

Permalink
Adds --emit to --help output. (#1484)
Browse files Browse the repository at this point in the history
* Adds --emit to --help output.

* Add backticks, because Andrew is impossible to please.

* Removed formatting change introduced by a different version of prettier.
  • Loading branch information
markbradley27 committed Oct 3, 2021
1 parent 6e6bf63 commit a28d69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin.ts
Expand Up @@ -158,6 +158,7 @@ export function main(
--pretty Use pretty diagnostic formatter (usually enabled by default)
--skip-project Skip reading \`tsconfig.json\`
--skip-ignore Skip \`--ignore\` checks
--emit Emit output files into \`.ts-node\` directory
--scope Scope compiler to files within \`scopeDir\`. Anything outside this directory is ignored.
--scope-dir Directory for \`--scope\`
--prefer-ts-exts Prefer importing TypeScript files over JavaScript files
Expand Down

0 comments on commit a28d69a

Please sign in to comment.