1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-01-31 09:10:16 -06:00
paricafe/packages/frontend/.vscode/settings.json
2022-12-27 14:36:33 +09:00

11 lines
213 B
JSON

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