Sam Therapy
0e75e3c991
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
9 lines
210 B
JSON
9 lines
210 B
JSON
{
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"eslint.nodePath": ".yarn/sdks",
|
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|