1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-01-31 23:09:42 +11:00
Daggerbot-TS/.vscode/settings.json

10 lines
237 B
JSON
Raw Normal View History

2023-12-25 02:21:40 +11:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
2024-05-28 10:57:15 +10:00
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsserver.experimental.useVsCodeWatcher": false
2023-12-25 02:21:40 +11:00
}