Request to set compiler options for inferred projects. External projects are opened / closed explicitly. Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders. This configuration file will be used to obtain a list of files and configuration settings for the project. Inferred projects are created when user opens a loose file that is not the part of external project or configured project and will contain only open file and transitive closure of referenced files if 'useOneInferredProject' is false, or all open loose files and its transitive closure of referenced files if 'useOneInferredProject' is true.
Request to set compiler options for inferred projects. External projects are opened / closed explicitly. Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders. This configuration file will be used to obtain a list of files and configuration settings for the project. Inferred projects are created when user opens a loose file that is not the part of external project or configured project and will contain only open file and transitive closure of referenced files if 'useOneInferredProject' is false, or all open loose files and its transitive closure of referenced files if 'useOneInferredProject' is true.
(arguments set-compiler-options-for-inferred-projects-request)
Returns: SetCompilerOptionsForInferredProjectsArgs
**Returns:** `SetCompilerOptionsForInferredProjectsArgs`
(command set-compiler-options-for-inferred-projects-request)
Returns: CommandTypes.CompilerOptionsForInferredProjects
**Returns:** `CommandTypes.CompilerOptionsForInferredProjects`
(seq set-compiler-options-for-inferred-projects-request)
Sequence number of the message
Returns: number
Sequence number of the message **Returns:** `number`
(set-seq! set-compiler-options-for-inferred-projects-request value)
Sequence number of the message
Sequence number of the message
(type set-compiler-options-for-inferred-projects-request)
Returns: "request"
**Returns:** `"request"`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close