1
0
Fork 1
mirror of https://example.com synced 2024-11-27 11:26:39 +09:00
firefish/packages/client/.vscode/settings.json

16 lines
311 B
JSON
Raw Normal View History

2021-11-18 23:52:41 +09:00
{
2023-06-03 16:41:30 +09:00
"typescript.tsdk": "node_modules/typescript/lib",
2021-11-18 23:52:41 +09:00
"path-intellisense.mappings": {
"@": "${workspaceRoot}/packages/client/src/"
},
2023-06-03 16:41:30 +09:00
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/_client_dist_": true
}
2021-11-18 23:52:41 +09:00
}