From: Eduardo San Martin Morote Date: Sat, 15 May 2021 18:23:08 +0000 (+0200) Subject: chore: use workspace ts X-Git-Tag: v0.5.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2543359da22f9e63509108b6f3cc1eb08341e98;p=thirdparty%2Fvuejs%2Fpinia.git chore: use workspace ts --- diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a316121..be589c1e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ ], "editor.codeActionsOnSave": { "source.fixAll.eslint": true - } + }, + "typescript.tsdk": "node_modules/typescript/lib" }