parseJsonConfigFileContent
external fun parseJsonConfigFileContent( json: Any?, host: ParseConfigHost, basePath: String, existingOptions: CompilerOptions = definedExternally, configFileName: String = definedExternally, resolutionStack: <Error class: unknown class><Path> = definedExternally, extraFileExtensions: <Error class: unknown class><FileExtensionInfo> = definedExternally, extendedConfigCache: <Error class: unknown class><String, ExtendedConfigCacheEntry> = definedExternally, existingWatchOptions: WatchOptions = definedExternally): ParsedCommandLine(source)
Parse the contents of a config file (tsconfig.json).
Parameters
json
The contents of the config file to parse
host
Instance of ParseConfigHost used to enumerate files in folder.
basePath
A root directory to resolve relative path entries in the config file to. e.g. outDir