-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathknip.json
More file actions
27 lines (27 loc) · 690 Bytes
/
Copy pathknip.json
File metadata and controls
27 lines (27 loc) · 690 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
27
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"workers/api.entry.ts",
"workers/data-api.ts",
"workers/chain-firehose-hub.ts",
"workers/mcp-session-hub.ts",
"workers/alerter-hub.ts",
"workers/registry-sync-api.ts",
"workers/wss-lb.ts",
"src/mcp-server.ts",
"schemas-src/openapi-registry.ts",
"scripts/*.ts",
"scripts/lib/*.ts",
"tests/**/*.ts"
],
"project": [
"src/**/*.ts",
"workers/**/*.ts",
"schemas-src/**/*.ts",
"scripts/**/*.ts"
],
"ignore": ["generated/**", "public/**", "dist/**", "apps/**"],
"ignoreExportsUsedInFile": true,
"ignoreDependencies": [],
"includeEntryExports": false
}