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

11 lines
230 B
JSON
Raw Normal View History

2021-11-18 15:52:41 +01:00
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"path-intellisense.mappings": {
"@": "${workspaceRoot}/packages/backend/src/"
2022-04-15 14:33:00 +02:00
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
2021-11-18 15:52:41 +01:00
}
}