Skip to content

Commit b268400

Browse files
author
unknown
committed
Don't compile the aggregation tsd.d.ts angular file.
We compile against the ones it <reference>'s.
1 parent 1e44341 commit b268400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ module.exports = function(grunt) {
7272
'!angular2/src/test_lib/**/*',
7373
'!angular2/typings/angular-protractor/**/*',
7474
'!angular2/typings/node/**/*',
75+
'!angular2/typings/tsd.d.ts',
7576
//'!angular2/typings/es6-promise/**/*',
7677
'!angular2/typings/jasmine/**/*',
7778
//'!angular2/typings/hammerjs/**/*',

0 commit comments

Comments
 (0)