forked from Cap-go/capgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
62 lines (62 loc) · 1.38 KB
/
knip.json
File metadata and controls
62 lines (62 loc) · 1.38 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"ignoreExportsUsedInFile": true,
"ignoreIssues": {
"src/auto-imports.d.ts": [
"types"
],
"src/components.d.ts": [
"types"
],
"supabase/functions/_backend/utils/postgres_schema.ts": [
"exports"
],
"cli/src/schemas/sdk.ts": [
"duplicates"
]
},
"ignoreUnresolved": [
"~icons/*",
"virtual:*",
"vue-router/auto-routes"
],
"workspaces": {
".": {
"entry": [
"src/main.ts!",
"src/App.vue!",
"src/layouts/**/*.vue!",
"src/pages/**/*.vue!",
"cloudflare_workers/**/*.{ts,js}!",
"supabase/functions/**/*.ts!",
"aliproxy/index.js!",
"scripts/**/*.{ts,js,mjs,cjs}!",
"benches/**/*.ts!",
"playwright/e2e/**/*.ts!",
"playwright/support/**/*.ts!",
"formkit.config.ts!",
"formkit.theme.ts!"
],
"project": [
"src/**/*.{ts,vue}!",
"cloudflare_workers/**/*.{ts,js}!",
"supabase/functions/**/*.ts!",
"aliproxy/**/*.js!",
"scripts/**/*.{ts,js,mjs,cjs}!",
"benches/**/*.ts!",
"playwright/**/*.ts!",
"*.{ts,mts}!"
]
},
"cli": {
"entry": [
"src/index.ts!",
"src/sdk.ts!",
"src/mcp/server.ts!"
],
"project": [
"src/**/*.{ts,tsx}!"
]
}
}
}