From 9375f3ec23263bc3111b78a4ca93b7365f87b547 Mon Sep 17 00:00:00 2001 From: Kiwi Date: Fri, 29 Jun 2018 15:38:45 -0300 Subject: [PATCH] Use workspace typescript version (#1717) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 841afbd57..45930bf87 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ "package-lock.json": true }, "tslint.autoFixOnSave": true, - "tslint.jsEnable": true + "tslint.jsEnable": true, + "typescript.tsdk": "node_modules/typescript/lib" } \ No newline at end of file