1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-30 15:58:16 +09:00
MisskeyIO/.vscode/settings.json

9 lines
188 B
JSON
Raw Normal View History

{
"search.exclude": {
"**/node_modules": true
2023-02-19 21:29:04 +09:00
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.test.ts": "typescript"
}
}