aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/.vscode/settings.json
blob: bd19b53e2a3ed265b76a22d39e75cc4ebd9fa58e (plain)
1
2
3
4
5
6
7
8
9
10
{
  "eslint.nodePath": ".yarn/sdks",
  "prettier.prettierPath": ".yarn/sdks/prettier/index.js",
  "typescript.tsdk": ".yarn/sdks/typescript/lib",
  "typescript.enablePromptUseWorkspaceTsdk": true,
  "search.exclude": {
    "**/.yarn": true,
    "**/.pnp.*": true
  }
}