mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 19:47:22 +01:00
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"path-intellisense.mappings": {
|
|
"@": "${workspaceRoot}/packages/frontend/src/"
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"vue"
|
|
]
|
|
}
|