mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 10:41:56 -05:00
Adds support for inferred project isolation by projectRootPath
This commit is contained in:
@@ -1304,6 +1304,13 @@ namespace ts.server.protocol {
|
||||
* Compiler options to be used with inferred projects.
|
||||
*/
|
||||
options: ExternalProjectCompilerOptions;
|
||||
|
||||
/**
|
||||
* Specifies the project root path used to scope commpiler options.
|
||||
* This message is ignored if this property has been specified and the server is not
|
||||
* configured to create an inferred project per project root.
|
||||
*/
|
||||
projectRootPath?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user