From 55e0aefff37135861b9085b1d40e75c1d45f7612 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 13 May 2021 10:49:32 +0200 Subject: [PATCH] chore: use workspace ts --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f1dbf964..9f19c85c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,4 +6,5 @@ "editor.formatOnSave": true }, "volar.tsPlugin": true, + "typescript.tsdk": "node_modules/typescript/lib", } -- 2.47.2