ParsedTsconfig

sealed external interface ParsedTsconfig(source)

Properties

Link copied to clipboard
abstract var extendedConfigPath: Any?

Note that the case of the config path has not yet been normalized, as no files have been imported into the project yet

Link copied to clipboard
abstract var options: CompilerOptions?
Link copied to clipboard
abstract var raw: Any?
Link copied to clipboard
Link copied to clipboard
abstract var watchOptions: WatchOptions?