blob: 9fb3b29d4a6a899a9a9a8058c03e20e17458698a (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"path-intellisense.mappings": {
"@": "${workspaceRoot}/packages/backend/src/"
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}
|