1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00
Daggerbot-TS/.vscode/settings.json

10 lines
237 B
JSON
Raw Normal View History

2023-12-24 10:21:40 -05:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
2024-05-27 20:57:15 -04:00
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsserver.experimental.useVsCodeWatcher": false
2023-12-24 10:21:40 -05:00
}