From d4f9f5a5dc8efcace1097ac191b1b0d3e2fc6059 Mon Sep 17 00:00:00 2001 From: Nicholas Jamieson Date: Wed, 28 Jun 2017 10:41:49 +1000 Subject: [PATCH] chore(build): Pin TypeScript to 2.3. https://github.com/Microsoft/TypeScript/issues/16593 https://github.com/ReactiveX/rxjs/pull/2540 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65ca7ca..f660012 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "sinon": "^2.0.0", "tslib": "^1.6.1", "tslint": "^5.1.0", - "typescript": "^2.2.2", + "typescript": "^2.3.0 <2.4.0", "uglify-js": "^3.0.10" }, "homepage": "https://github.com/cartant/rxjs-spy",