mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-01 19:16:09 -05:00
Add the services sources as dependencies to tsserver.
This commit is contained in:
@@ -103,7 +103,7 @@ var serverSources = [
|
||||
"server.ts"
|
||||
].map(function (f) {
|
||||
return path.join(serverDirectory, f);
|
||||
});
|
||||
}).concat(servicesSources);
|
||||
|
||||
var languageServiceLibrarySources = [
|
||||
"editorServices.ts",
|
||||
|
||||
Reference in New Issue
Block a user