From 89ee8e9eed7ce85ea28913e27d8e96042a788a6b Mon Sep 17 00:00:00 2001 From: JeremyFriesenGitHub Date: Sun, 25 Aug 2024 14:10:06 -0400 Subject: [PATCH] chore: update vscode typescript module --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index eb6d235..8e916ff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -45,5 +45,6 @@ "scss", "pcss", "postcss" - ] + ], + "typescript.tsdk": "node_modules/typescript/lib" }