bot/.vscode/settings.json

10 lines
235 B
JSON
Raw Normal View History

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