Skip to content

Commit c8ddd66

Browse files
Janpotblakeembrey
authored andcommitted
Remove obsolete cache options in README (#767)
1 parent 544851e commit c8ddd66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,13 @@ Supports `--print`, `--eval` and `--require` from [node.js CLI options](https://
123123
_Environment variable denoted in parentheses._
124124

125125
* `-T, --transpile-only` Use TypeScript's faster `transpileModule` (`TS_NODE_TRANSPILE_ONLY`, default: `false`)
126-
* `--cacheDirectory` Configure the output file cache directory (`TS_NODE_CACHE_DIRECTORY`)
127126
* `-I, --ignore [pattern]` Override the path patterns to skip compilation (`TS_NODE_IGNORE`, default: `/node_modules/`)
128127
* `-P, --project [path]` Path to TypeScript JSON project file (`TS_NODE_PROJECT`)
129128
* `-C, --compiler [name]` Specify a custom TypeScript compiler (`TS_NODE_COMPILER`, default: `typescript`)
130129
* `-D, --ignore-diagnostics [code]` Ignore TypeScript warnings by diagnostic code (`TS_NODE_IGNORE_DIAGNOSTICS`)
131130
* `-O, --compiler-options [opts]` JSON object to merge with compiler options (`TS_NODE_COMPILER_OPTIONS`)
132131
* `--files` Load files from `tsconfig.json` on startup (`TS_NODE_FILES`, default: `false`)
133132
* `--pretty` Use pretty diagnostic formatter (`TS_NODE_PRETTY`, default: `false`)
134-
* `--no-cache` Disable the local TypeScript Node cache (`TS_NODE_CACHE`, default: `true`)
135133
* `--skip-project` Skip project config resolution and loading (`TS_NODE_SKIP_PROJECT`, default: `false`)
136134
* `--skip-ignore` Skip ignore checks (`TS_NODE_SKIP_IGNORE`, default: `false`)
137135

0 commit comments

Comments
 (0)