File size: 767 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "$schema": "https://unpkg.com/knip@5/schema.json",
  "ignore": [
    ".pnpmfile.cjs",
    "scripts/*.{j,t}s",
    "**/root.*.config.*",
    "**/ts-fixture/file.ts"
  ],
  "ignoreDependencies": [
    "@types/react",
    "@types/react-dom",
    "react",
    "react-dom",
    "markdown-link-extractor"
  ],
  "ignoreWorkspaces": ["examples/**", "integrations/**"],
  "workspaces": {
    "packages/query-codemods": {
      "entry": ["src/v4/**/*.cjs", "src/v5/**/*.cjs"],
      "ignore": ["**/__testfixtures__/**"]
    },
    "packages/vue-query": {
      "ignore": ["**/__mocks__/**"],
      "ignoreDependencies": ["vue2", "vue2.7"]
    },
    "packages/angular-query-experimental": {
      "ignore": ["scripts/prepack.js", "scripts/prepare-package.js"]
    }
  }
}