Skip to content

Commit 8ab5658

Browse files
committed
Prevent tsd.d.ts copying to avoid TS compiler fail when searching for d.ts files
1 parent e6f0440 commit 8ab5658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ module.exports = function(grunt) {
8282
'!angular2/docs/**/*',
8383
'!angular2/test*',
8484
'!angular2/src/test_lib/**/*',
85+
'!angular2/typings/tsd.d.ts',
8586
'!angular2/typings/angular-protractor/**/*',
8687
'!angular2/typings/node/**/*',
8788
//'!angular2/typings/es6-promise/**/*',

0 commit comments

Comments
 (0)