diff --git a/Jakefile b/Jakefile index 97b1bc826ab..1307601fb81 100644 --- a/Jakefile +++ b/Jakefile @@ -54,7 +54,6 @@ var servicesSources = [ }).concat([ "services.ts", "shims.ts", - "formatting\\smartIndenter.ts" ].map(function (f) { return path.join(servicesDirectory, f); }));