-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathknip.json
More file actions
22 lines (21 loc) · 622 Bytes
/
knip.json
File metadata and controls
22 lines (21 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreDependencies": ["@faker-js/faker"],
"ignoreWorkspaces": ["examples/**"],
"workspaces": {
"packages/devtools-a11y": {
"ignoreDependencies": ["solid-js"]
},
"packages/devtools-utils": {
"ignoreDependencies": ["react", "solid-js", "@types/react"],
"entry": ["**/vite.config.solid.ts", "**/src/solid/**"],
"project": ["**/vite.config.solid.ts", "**/src/solid/**"]
},
"packages/devtools-ui": {
"entry": ["**/tests/**/*.ts"]
},
"packages/solid-devtools": {
"ignore": ["**/core.tsx"]
}
}
}