]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: use workspace ts
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 13 May 2021 08:49:32 +0000 (10:49 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 13 May 2021 08:49:32 +0000 (10:49 +0200)
.vscode/settings.json

index f1dbf964f39a6fc9950a417aa9c680b557ef1a42..9f19c85cea070cac892f66edf90ed4fbb4092a2b 100644 (file)
@@ -6,4 +6,5 @@
     "editor.formatOnSave": true
   },
   "volar.tsPlugin": true,
+  "typescript.tsdk": "node_modules/typescript/lib",
 }