mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
9 lines
175 B
JSON
9 lines
175 B
JSON
|
{
|
||
|
"search.exclude": {
|
||
|
"**/.yarn": true,
|
||
|
"**/.pnp.*": true
|
||
|
},
|
||
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
||
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
||
|
}
|