Skip to content
New issue

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

fix(docs): Clarify --project shorthand option description #1731

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -309,7 +309,7 @@ All command-line flags support both `--camelCase` and `--hyphen-case`.

## TSConfig

* `-P, --project [path]` Path to TypeScript JSON project file <br/>*Environment:* `TS_NODE_PROJECT`
* `-P, --project [path]` Path to TypeScript JSON project file. (Note the uppercase - this is different from `tsc`'s `-p/--project` option.) <br/>*Environment:* `TS_NODE_PROJECT`
* `--skipProject` Skip project config resolution and loading <br/>*Default:* `false` <br/>*Environment:* `TS_NODE_SKIP_PROJECT`
* `-c, --cwdMode` Resolve config relative to the current directory instead of the directory of the entrypoint script
* `-O, --compilerOptions [opts]` JSON object to merge with compiler options <br/>*Environment:* `TS_NODE_COMPILER_OPTIONS`
Expand Down