egirlskey/packages/frontend/.vscode/settings.json

12 lines
213 B
JSON
Raw Normal View History

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