-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Expand file tree
/
Copy pathknip.json
More file actions
32 lines (32 loc) · 785 Bytes
/
knip.json
File metadata and controls
32 lines (32 loc) · 785 Bytes
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
32
{
"$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"
],
"ignoreWorkspaces": ["examples/**", "integrations/**"],
"workspaces": {
"packages/angular-query-experimental": {
"entry": [
"src/devtools/production/index.ts",
"src/devtools-panel/production/index.ts"
]
},
"packages/query-codemods": {
"entry": ["src/v4/**/*.cjs", "src/v5/**/*.cjs"],
"ignore": ["**/__testfixtures__/**"]
},
"packages/vue-query": {
"ignore": ["**/__mocks__/**"],
"ignoreDependencies": ["vue2", "vue2.7"]
}
}
}