Sharkey/packages/backend/.vscode/settings.json

11 lines
230 B
JSON
Raw Normal View History

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