Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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