From 7b4182dc65778e137f21527dffb365e523c208f6 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Mon, 25 Apr 2022 18:11:51 -0700 Subject: [PATCH] clarify --project shorthand option description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eaea70ae..dd6aaf98c 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ All command-line flags support both `--camelCase` and `--hyphen-case`. ## TSConfig -* `-P, --project [path]` Path to TypeScript JSON project file
*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.)
*Environment:* `TS_NODE_PROJECT` * `--skipProject` Skip project config resolution and loading
*Default:* `false`
*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
*Environment:* `TS_NODE_COMPILER_OPTIONS`