sharkey/packages/frontend/.vscode/settings.json
2024-10-19 13:42:16 +09:00

12 lines
213 B
JSON
Executable File

{
"typescript.tsdk": "node_modules\\typescript\\lib",
"path-intellisense.mappings": {
"@": "${workspaceRoot}/packages/frontend/src/"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
]
}