fix(build): revert typescript upgrade which broke the build.
This reverts commita7a9463624
. This reverts commit59824e40e8
.
This commit is contained in:
@ -6,4 +6,4 @@ import {global} from 'angular2/src/facade/lang';
|
||||
export var __esModule = true;
|
||||
|
||||
export var Math = global.Math;
|
||||
export var NaN = typeof NaN;
|
||||
export var NaN = global.NaN;
|
||||
|
Reference in New Issue
Block a user