chore: use project typescript in vscode

This commit is contained in:
mochaaP 2022-06-17 07:21:31 +00:00
parent 9384e7dde6
commit 0394597b52

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}