Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.set-compiler-options-for-inferred-projects-args

Argument for SetCompilerOptionsForInferredProjectsRequest request.

Argument for SetCompilerOptionsForInferredProjectsRequest request.
raw docstring

optionscljs

(options set-compiler-options-for-inferred-projects-args)

Compiler options to be used with inferred projects.

Returns: InferredProjectCompilerOptions

Compiler options to be used with inferred projects.

**Returns:** `InferredProjectCompilerOptions`
sourceraw docstring

project-root-pathcljs

(project-root-path set-compiler-options-for-inferred-projects-args)

Specifies the project root path used to scope compiler options. It is an error to provide this property if the server has not been started with useInferredProjectPerProjectRoot enabled.

Returns: string | undefined

Specifies the project root path used to scope compiler options.
It is an error to provide this property if the server has not been started with
`useInferredProjectPerProjectRoot` enabled.

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

set-options!cljs

(set-options! set-compiler-options-for-inferred-projects-args value)

Compiler options to be used with inferred projects.

Compiler options to be used with inferred projects.
sourceraw docstring

set-project-root-path!cljs

(set-project-root-path! set-compiler-options-for-inferred-projects-args value)

Specifies the project root path used to scope compiler options. It is an error to provide this property if the server has not been started with useInferredProjectPerProjectRoot enabled.

Specifies the project root path used to scope compiler options.
It is an error to provide this property if the server has not been started with
`useInferredProjectPerProjectRoot` enabled.
sourceraw docstring

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

× close