nx/docs/generated/devkit/DefaultTasksRunnerOptions.md

70 lines
1.5 KiB
Markdown

# Interface: DefaultTasksRunnerOptions
## Table of contents
### Properties
- [cacheDirectory](../../devkit/documents/DefaultTasksRunnerOptions#cachedirectory)
- [cacheableOperations](../../devkit/documents/DefaultTasksRunnerOptions#cacheableoperations)
- [cacheableTargets](../../devkit/documents/DefaultTasksRunnerOptions#cacheabletargets)
- [captureStderr](../../devkit/documents/DefaultTasksRunnerOptions#capturestderr)
- [lifeCycle](../../devkit/documents/DefaultTasksRunnerOptions#lifecycle)
- [parallel](../../devkit/documents/DefaultTasksRunnerOptions#parallel)
- [remoteCache](../../devkit/documents/DefaultTasksRunnerOptions#remotecache)
- [runtimeCacheInputs](../../devkit/documents/DefaultTasksRunnerOptions#runtimecacheinputs)
- [skipNxCache](../../devkit/documents/DefaultTasksRunnerOptions#skipnxcache)
## Properties
### cacheDirectory
`Optional` **cacheDirectory**: `string`
---
### cacheableOperations
`Optional` **cacheableOperations**: `string`[]
---
### cacheableTargets
`Optional` **cacheableTargets**: `string`[]
---
### captureStderr
`Optional` **captureStderr**: `boolean`
---
### lifeCycle
**lifeCycle**: `LifeCycle`
---
### parallel
`Optional` **parallel**: `number`
---
### remoteCache
`Optional` **remoteCache**: [`RemoteCache`](../../devkit/documents/RemoteCache)
---
### runtimeCacheInputs
`Optional` **runtimeCacheInputs**: `string`[]
---
### skipNxCache
`Optional` **skipNxCache**: `boolean`