aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 52d43dba481de6b3e1d64fdfae7da123ef46aeaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors
 *
 * SPDX-License-Identifier: CC0-1.0
 */
{
  "search.exclude": {
    "**/.yarn": true,
    "**/.pnp.*": true
  },
  "eslint.nodePath": ".yarn/sdks",
  "typescript.tsdk": ".yarn/sdks/typescript/lib",
  "typescript.enablePromptUseWorkspaceTsdk": true
}