From e6043ec813ccc6f4752af73be36cf398454e20b3 Mon Sep 17 00:00:00 2001 From: Gil Nisan Date: Sun, 23 Jul 2017 17:11:51 +0300 Subject: [PATCH] Update typescript version in package.json When doing the tutorial and do the step of the npm start, The script wasn't work. After updating the package.json file with a newer typescript version the script back to work. --- APM - Start/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APM - Start/package.json b/APM - Start/package.json index 9e0bb60..a7651b4 100644 --- a/APM - Start/package.json +++ b/APM - Start/package.json @@ -35,8 +35,8 @@ "concurrently": "^2.2.0", "lite-server": "^2.2.0", "tslint": "^3.7.4", - "typescript": "^2.0.2", + "typescript": "2.4.0", "typings": "^1.0.4" }, "repository": {} -} \ No newline at end of file +}