Function: getCompilerOptions()
function getCompilerOptions(
root: Readonly<JSONObjectExpression>
): JSONObjectExpression | undefined;
Defined in: _internal/jsonc-helpers.ts:152
Resolve the compilerOptions object from a tsconfig root node.
Parametersโ
rootโ
Readonly<JSONObjectExpression>
Root JSONObjectExpression of the tsconfig file.
Returnsโ
JSONObjectExpression | undefined
The compilerOptions JSONObjectExpression when present; otherwise
undefined.