1
0
Fork 1
mirror of https://example.com synced 2024-11-24 07:16:38 +09:00
firefish/packages/client/.vscode/settings.json
2023-01-12 22:27:17 -08:00

6 lines
141 B
JSON

{
"typescript.tsdk": "node_modules\\typescript\\lib",
"path-intellisense.mappings": {
"@": "${workspaceRoot}/packages/client/src/"
},
}