[F] resolveCompilerOptions
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
[]]>