aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 66e5806be0a9731969b66aa28e935661c5a123b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "search.exclude": {
    "**/.yarn": true,
    "**/.pnp.*": true
  },
  "eslint.nodePath": ".yarn/sdks",
  "typescript.tsdk": ".yarn/sdks/typescript/lib",
  "typescript.enablePromptUseWorkspaceTsdk": true
}