-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Expand file tree
/
Copy pathknip.json
More file actions
26 lines (26 loc) · 711 Bytes
/
knip.json
File metadata and controls
26 lines (26 loc) · 711 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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignore": ["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": {
"ignoreDependencies": ["vue2", "vue2.7"]
}
}
}