mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 14:33:09 +02:00
10 lines
230 B
JSON
10 lines
230 B
JSON
{
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"path-intellisense.mappings": {
|
|
"@": "${workspaceRoot}/packages/backend/src/"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
}
|
|
}
|