From 9de8b66fadbdb7996d027df9e317967185bcad40 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Sat, 18 Aug 2018 23:06:06 +0200 Subject: [PATCH] Use TypeScript 3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db9f464..46a46a8 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "tslint-config-prettier": "^1.13.0", "tslint-immutable": "^4.5.4", "typedoc": "^0.11.1", - "typescript": "^2.9.1" + "typescript": "^3.0.1" }, "ava": { "failFast": true,