Update settings.json
This commit is contained in:
parent
2c1689c798
commit
e598d46c31
|
@ -2,5 +2,9 @@
|
|||
"typescript.tsdk": "node_modules\\typescript\\lib",
|
||||
"path-intellisense.mappings": {
|
||||
"@": "${workspaceRoot}/packages/backend/src/"
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue