We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify CLI, env var, and programmatic options into a table.
Something like this:
| CLI | Environment | API | Description | |---|---|---|---| | `-T, --transpile-only` | `TS_NODE_TRANSPILE_ONLY` | `transpileOnly` | Use TypeScript's faster `transpileModule` (default: `false`) |
Renders like:
-T, --transpile-only
TS_NODE_TRANSPILE_ONLY
transpileOnly
transpileModule
false
The text was updated successfully, but these errors were encountered:
I tried this in #1297 but nothing looked quite right, so I ended up staying with a bulleted list like we have today. Maybe I'll revisit in the future.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Unify CLI, env var, and programmatic options into a table.
Something like this:
Renders like:
-T, --transpile-only
TS_NODE_TRANSPILE_ONLY
transpileOnly
transpileModule
(default:false
)The text was updated successfully, but these errors were encountered: