From: Eduardo San Martin Morote Date: Thu, 13 May 2021 08:49:32 +0000 (+0200) Subject: chore: use workspace ts X-Git-Tag: v2.0.0-alpha.17~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55e0aefff37135861b9085b1d40e75c1d45f7612;p=thirdparty%2Fvuejs%2Fpinia.git chore: use workspace ts --- 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", }