Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.external-project

Represent an external project

Represent an external project
raw docstring

optionscljs

(options external-project)

Compiler options for the project

Returns: ExternalProjectCompilerOptions

Compiler options for the project

**Returns:** `ExternalProjectCompilerOptions`
sourceraw docstring

project-file-namecljs

(project-file-name external-project)

Project name

Returns: string

Project name

**Returns:** `string`
sourceraw docstring

root-filescljs

(root-files external-project)

List of root files in project

Returns: ExternalFile[]

List of root files in project

**Returns:** `ExternalFile[]`
sourceraw docstring

set-options!cljs

(set-options! external-project value)

Compiler options for the project

Compiler options for the project
sourceraw docstring

set-project-file-name!cljs

(set-project-file-name! external-project value)

Project name

Project name
sourceraw docstring

set-root-files!cljs

(set-root-files! external-project value)

List of root files in project

List of root files in project
sourceraw docstring

set-type-acquisition!cljs

(set-type-acquisition! external-project value)

Explicitly specified type acquisition for the project

Explicitly specified type acquisition for the project
sourceraw docstring

type-acquisitioncljs

(type-acquisition external-project)

Explicitly specified type acquisition for the project

Returns: TypeAcquisition | undefined

Explicitly specified type acquisition for the project

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

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

× close