1
0
Fork 1
mirror of https://example.com synced 2024-11-24 19:46:40 +09:00
firefish/packages/client/.vscode/settings.json

7 lines
141 B
JSON
Raw Normal View History

2021-11-18 23:52:41 +09:00
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"path-intellisense.mappings": {
"@": "${workspaceRoot}/packages/client/src/"
},
}