mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-14 05:35:29 +01:00
10 lines
210 B
JSON
10 lines
210 B
JSON
|
{
|
||
|
"search.exclude": {
|
||
|
"**/.yarn": true,
|
||
|
"**/.pnp.*": true
|
||
|
},
|
||
|
"eslint.nodePath": ".yarn/sdks",
|
||
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
||
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
||
|
}
|