File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments