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