From e6d831fc8bb62ec28c0292dc231e74746b85492e Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 8 Nov 2019 03:47:41 -0500 Subject: [PATCH] Uses the workspace TypeScript --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ff89ce1..e90f81c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,6 @@ "prettier.requireConfig": true, "search.exclude": { "**/dist": true - } + }, + "typescript.tsdk": "node_modules\\typescript\\lib" }