From a85e3e8e865b3568b85b7e2a0c1f31656dfccc40 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Tue, 11 Oct 2016 11:34:43 +0800 Subject: [PATCH] switch to typescript@next to avoid https://github.com/wechaty/wechaty/issues/40#issuecomment-252649976 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ff9097c..bb7a6d51 100755 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "ts-node": "^1.4.1", "tslint": "^3.15.1", "tuling123-client": "0.0.1", - "typescript": "^2.0.3", + "typescript": "^2.1.0-dev.20161010", "typings": "^1.4.0" }, "files_comment__whitelist_npm_publish": "http://stackoverflow.com/a/8617868/1123955", -- GitLab