File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ _Environment variable denoted in parentheses._
111
111
* ` -D, --ignoreDiagnostics [code] ` Ignore TypeScript warnings by diagnostic code (` TS_NODE_IGNORE_DIAGNOSTICS ` )
112
112
* ` -O, --compilerOptions [opts] ` JSON object to merge with compiler options (` TS_NODE_COMPILER_OPTIONS ` )
113
113
* ` --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 ` )
116
116
117
117
### Programmatic Only Options
118
118
You can’t perform that action at this time.
0 commit comments