Skip to content

SharedConfig

Defined in: src/backends/backend.ts:47

Configuration options shared by backends and Configuration

optional caseFold?: CaseFold

Defined in: src/backends/backend.ts:56

If set, sets case folding for the file system(s).


optional disableAsyncCache?: boolean

Defined in: src/backends/backend.ts:51

If set, disables the sync cache and sync operations on async file systems.