diff --git a/Jakefile.js b/Jakefile.js index 0ec85b68fbe..6c7724116ad 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -978,7 +978,6 @@ var lintTargets = compilerSources // Other harness sources .concat(["instrumenter.ts"].map(function(f) { return path.join(harnessDirectory, f) })) .concat(serverCoreSources) - .concat(["client.ts"].map(function(f) { return path.join(serverDirectory, f); })) .concat(tslintRulesFiles) .concat(servicesLintTargets);