2024-02-11 10:16:49 +11:00
{
2024-07-16 21:13:11 +09:00
"$schema" : "https://unpkg.com/knip@5/schema.json" ,
2026-03-23 08:54:37 +01:00
"ignore" : [ "scripts/*.{j,t}s" , "**/root.*.config.*" , "**/ts-fixture/file.ts" ] ,
2024-11-24 14:58:38 +11:00
"ignoreDependencies" : [
"@types/react" ,
"@types/react-dom" ,
"react" ,
2025-11-27 11:10:12 +11:00
"react-dom"
2024-11-24 14:58:38 +11:00
] ,
2024-02-11 10:16:49 +11:00
"ignoreWorkspaces" : [ "examples/**" , "integrations/**" ] ,
"workspaces" : {
2025-09-15 02:33:04 +02:00
"packages/angular-query-experimental" : {
2025-11-27 11:10:12 +11:00
"entry" : [
"src/devtools/production/index.ts" ,
"src/devtools-panel/production/index.ts"
]
2025-09-15 02:33:04 +02:00
} ,
2024-02-17 18:56:12 +09:00
"packages/query-codemods" : {
2024-04-25 09:06:14 +02:00
"entry" : [ "src/v4/**/*.cjs" , "src/v5/**/*.cjs" ] ,
2024-02-11 10:16:49 +11:00
"ignore" : [ "**/__testfixtures__/**" ]
} ,
"packages/vue-query" : {
"ignoreDependencies" : [ "vue2" , "vue2.7" ]
}
}
}