From 466aaaa0d57bbfb98b1fb34e347b28f717db2cbd Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Mon, 15 Nov 2021 09:36:06 -0600 Subject: [PATCH] Tell Visual Studio Code to use version of Typescript in project --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e8522b85d7..f60eb01f00 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "i18n-ally.localesPaths": [ "src/assets/i18n", "src/app/core/locale" - ] + ], + "typescript.tsdk": "node_modules\\typescript\\lib" } \ No newline at end of file