2024-06-27 11:40:36 +00:00
|
|
|
{
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.yarn": true,
|
|
|
|
"**/.pnp.*": true
|
|
|
|
},
|
2024-09-22 09:58:26 +00:00
|
|
|
"eslint.nodePath": ".yarn/sdks",
|
2024-06-27 11:40:36 +00:00
|
|
|
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
|
|
|
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
2024-09-22 09:58:26 +00:00
|
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
2024-06-27 11:40:36 +00:00
|
|
|
}
|