Skip to content

Commit fd1985d

Browse files
NaridaLblakeembrey
authored andcommitted
Fix incorrect environment variables in docs (#538)
1 parent 68f8220 commit fd1985d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ _Environment variable denoted in parentheses._
111111
* `-D, --ignoreDiagnostics [code]` Ignore TypeScript warnings by diagnostic code (`TS_NODE_IGNORE_DIAGNOSTICS`)
112112
* `-O, --compilerOptions [opts]` JSON object to merge with compiler options (`TS_NODE_COMPILER_OPTIONS`)
113113
* `--no-cache` Disable the local TypeScript Node cache (`TS_NODE_CACHE`)
114-
* `--skip-project` Skip project config resolution and loading (`TS_NODE_SKIP_IGNORE`)
115-
* `--skip-ignore` Skip ignore checks (`TS_NODE_SKIP_PROJECT`)
114+
* `--skip-project` Skip project config resolution and loading (`TS_NODE_SKIP_PROJECT`)
115+
* `--skip-ignore` Skip ignore checks (`TS_NODE_SKIP_IGNORE`)
116116

117117
### Programmatic Only Options
118118

0 commit comments

Comments
 (0)