From b58552f73cbc92d667ce20438fdcb8bf905370f7 Mon Sep 17 00:00:00 2001 From: Lou Acresti Date: Fri, 5 May 2023 07:00:15 -0700 Subject: [PATCH] Use workspace TS version in VSCode (#817) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8a034e03..493a8f88 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,6 @@ ], "yaml.schemas": { "https://json.schemastore.org/github-workflow.json": "./.github/workflows/deploy.yml" - } + }, + "typescript.tsdk": "node_modules/typescript/lib" }