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