Configuration options for the virtual filesystem
A compiler host that uses a virtual filesystem
This function creates a compiler host that uses memfs for file operations instead of the real filesystem. This is particularly useful for:
The created host implements all required CompilerHost methods using the virtual filesystem, including file reading/writing, directory operations, and path resolution.
Creates a TypeScript compiler host that uses a virtual filesystem