Skip to main content
Module

x/ts_morph/common/ts_morph_common.d.ts>TsConfigResolver

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class TsConfigResolver
import { TsConfigResolver } from "https://deno.land/x/ts_morph@15.1.0/common/ts_morph_common.d.ts";

Constructors

new
TsConfigResolver(
fileSystem: TransactionalFileSystem,
tsConfigFilePath: StandardizedFilePath,
encoding: string,
)

Properties

private
readonly
encoding
private
readonly
fileSystem
private
getTsConfigFileJson
private
readonly
host
private
parseJsonConfigFileContent
private
readonly
tsConfigDirPath
private
readonly
tsConfigFilePath

Methods

getCompilerOptions(): CompilerOptions
getErrors(): ts.Diagnostic[]
getPaths(compilerOptions?: CompilerOptions): { filePaths: StandardizedFilePath[]; directoryPaths: StandardizedFilePath[]; }