muse/.vscode/settings.json

10 lines
210 B
JSON
Raw Normal View History

2020-10-24 19:10:02 +02:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}