LogAggregator/.vscode/settings.json
2023-12-12 00:12:41 +02:00

10 lines
219 B
JSON

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