Skip to main content
Version: Next 🚧

[F] resolveCompilerOptions

function resolveCompilerOptions(host, options): Promise<[CompilerOptions, readonly Diagnostic[]]>

Resolve the compiler options for the given entrypoint by resolving the tspconfig.yaml.

Parameters

ParameterTypeDescription
hostCompilerHostCompiler host
optionsResolveCompilerOptionsOptions

Returns

Promise<[CompilerOptions, readonly Diagnostic[]]>