Files
encoach_frontend/.vscode/settings.json
2023-06-14 13:28:28 +01:00

10 lines
210 B
JSON

{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}