improve ide support

This commit is contained in:
syuilo
2021-11-18 23:52:41 +09:00
parent 318759cfa4
commit 0e3ca41b3c
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,6 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"path-intellisense.mappings": {
"@": "${workspaceRoot}/packages/backend/src/"
}
}