1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-04-13 18:10:13 +10:00
2024-05-28 10:57:15 +10:00

10 lines
237 B
JSON

{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsserver.experimental.useVsCodeWatcher": false
}