bot/.vscode/settings.json

10 lines
234 B
JSON
Raw Normal View History

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