| { | |
| "$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"] | |
| } | |
| } | |
| } | |