From 9454aa03d20a786f9b5267abfb6ea494ac8cfd21 Mon Sep 17 00:00:00 2001 From: Edoardo Scibona <12040076+velut@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:01:59 +0200 Subject: [PATCH] chore: use workspace typescript version --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 605b95d..9a3409c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,5 +21,6 @@ "tsup", "unfetch", "vitest" - ] + ], + "typescript.tsdk": "node_modules/typescript/lib" }