From 8ab5658940edc5dab10de9dd92aa81c90f780639 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 29 Sep 2015 12:48:13 +0300 Subject: [PATCH] Prevent tsd.d.ts copying to avoid TS compiler fail when searching for d.ts files --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index 8f9581ec0..62e65a629 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -82,6 +82,7 @@ module.exports = function(grunt) { '!angular2/docs/**/*', '!angular2/test*', '!angular2/src/test_lib/**/*', + '!angular2/typings/tsd.d.ts', '!angular2/typings/angular-protractor/**/*', '!angular2/typings/node/**/*', //'!angular2/typings/es6-promise/**/*',