Sharkey/packages/frontend/.vscode/settings.json

12 lines
213 B
JSON
Raw Normal View History

2021-11-18 16:52:41 +02:00
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"path-intellisense.mappings": {
2022-12-27 07:36:33 +02:00
"@": "${workspaceRoot}/packages/frontend/src/"
2021-11-18 16:52:41 +02:00
},
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
]
}