[F] resolveCompilerOptions
function resolveCompilerOptions(host, options): Promise<[CompilerOptions, readonly Diagnostic[]]>;Resolve the compiler options for the given entrypoint by resolving the tspconfig.yaml.
Parameters
| Parameter | Type | Description |
|---|---|---|
host | CompilerHost | Compiler host |
options | ResolveCompilerOptionsOptions |
Returns
Promise<[CompilerOptions, readonly Diagnostic[]]>