From fd1985d5f1e44737f45df04b7405e00b95959209 Mon Sep 17 00:00:00 2001 From: Adrian Leonhard Date: Fri, 23 Feb 2018 02:49:34 +0100 Subject: [PATCH] Fix incorrect environment variables in docs (#538) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6099d217a..a66c3d43b 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ _Environment variable denoted in parentheses._ * `-D, --ignoreDiagnostics [code]` Ignore TypeScript warnings by diagnostic code (`TS_NODE_IGNORE_DIAGNOSTICS`) * `-O, --compilerOptions [opts]` JSON object to merge with compiler options (`TS_NODE_COMPILER_OPTIONS`) * `--no-cache` Disable the local TypeScript Node cache (`TS_NODE_CACHE`) -* `--skip-project` Skip project config resolution and loading (`TS_NODE_SKIP_IGNORE`) -* `--skip-ignore` Skip ignore checks (`TS_NODE_SKIP_PROJECT`) +* `--skip-project` Skip project config resolution and loading (`TS_NODE_SKIP_PROJECT`) +* `--skip-ignore` Skip ignore checks (`TS_NODE_SKIP_IGNORE`) ### Programmatic Only Options