iceshrimp-legacy/packages/client/.vscode/settings.json

16 lines
311 B
JSON
Raw Normal View History

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