From 827b282064a960046f2e679f5f1bf2578bdca8d7 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Wed, 11 Sep 2019 08:57:12 +0530 Subject: [PATCH] ts - Fix vscode version to workspace ts version --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3676420..252d6d3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,5 +13,6 @@ "javascriptreact", "typescript", "typescriptreact" - ] + ], + "typescript.tsdk": "node_modules\\typescript\\lib" } \ No newline at end of file