1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
cherrypick/packages/frontend/.vscode/settings.json

12 lines
213 B
JSON
Raw Normal View History

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