Type Alias: OsFileSystemOptions
OsFileSystemOptions =
Omit<LocalFileSystemOptions,"root">
Options for the factories that take their root FROM the OS
(homeFS / tmpFS / scratchFS) rather than from the
caller: LocalFileSystemOptions without root, plus the
resolveOsPaths injectables.