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