-
Notifications
You must be signed in to change notification settings - Fork 190
Expand file tree
/
Copy pathknip.json
More file actions
48 lines (48 loc) · 1.21 KB
/
knip.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"workspaces": {
".": {
"ignore": [".opencode/**"]
},
"server": {
"entry": ["tests/**/*.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"],
"ignore": [
"src/_luaScriptsV2/**",
"src/utils/importUtils/**",
"src/utils/scriptUtils/**",
"src/utils/workerUtils/**",
"src/db/**"
],
"ignoreDependencies": ["@react-email/components", "@axiomhq/pino"]
},
"shared": {
"entry": ["index.ts"],
"project": ["**/*.ts"],
"includeEntryExports": false,
"ignore": ["api/balances/track/changes/V0.2_TrackChange.ts"]
},
"vite": {
"entry": ["src/main.tsx"],
"project": ["src/**/*.{ts,tsx}"],
"ignore": ["src/components/ai-elements/**"],
"ignoreDependencies": [
"tailwindcss",
"tailwind-scrollbar-hide",
"tailwindcss-animate",
"@squircle/tailwindcss"
]
},
"scripts": {
"entry": ["**/*.{ts,js}"],
"project": ["**/*.{ts,js}"]
},
"apps/checkout": {
"entry": ["src/main.tsx"],
"project": ["src/**/*.{ts,tsx}"],
"ignore": ["src/components/ui/**", "src/hooks/**"],
"ignoreDependencies": ["shadcn", "tailwindcss", "tw-animate-css"]
}
},
"ignoreBinaries": ["infisical", "lsof", "serve"]
}