bot/.vscode/settings.json

10 lines
235 B
JSON
Raw Normal View History

2023-06-18 12:57:02 +09:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
2023-11-23 20:30:10 +09:00
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
2023-06-18 12:57:02 +09:00
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}