bot/.vscode/settings.json

11 lines
270 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",
2024-06-24 18:47:37 +09:00
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.nodePath": ".yarn/sdks"
2023-06-18 12:57:02 +09:00
}