Liking cljdoc? Tell your friends :D

dots.typescript.parsed-tsconfig


extended-config-pathcljs

(extended-config-path parsed-tsconfig)

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

Returns: string | string[] | undefined

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

**Returns:** `string | string[] | undefined`
sourceraw docstring

optionscljs

(options parsed-tsconfig)

Returns: CompilerOptions | undefined

**Returns:** `CompilerOptions | undefined`
sourceraw docstring

rawcljs

(raw parsed-tsconfig)

Returns: any

**Returns:** `any`
sourceraw docstring

set-extended-config-path!cljs

(set-extended-config-path! parsed-tsconfig value)

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

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

set-options!cljs

(set-options! parsed-tsconfig value)
source

set-raw!cljs

(set-raw! parsed-tsconfig value)
source

set-type-acquisition!cljs

(set-type-acquisition! parsed-tsconfig value)
source

set-watch-options!cljs

(set-watch-options! parsed-tsconfig value)
source

type-acquisitioncljs

(type-acquisition parsed-tsconfig)

Returns: TypeAcquisition | undefined

**Returns:** `TypeAcquisition | undefined`
sourceraw docstring

watch-optionscljs

(watch-options parsed-tsconfig)

Returns: WatchOptions | undefined

**Returns:** `WatchOptions | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close