-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
36 lines (36 loc) · 1.03 KB
/
Copy pathknip.json
File metadata and controls
36 lines (36 loc) · 1.03 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
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": [
"src/entrypoints/cli.tsx",
"src/entrypoints/mcp.ts",
"src/entrypoints/init.ts",
"src/entrypoints/sdk/index.ts",
"src/main.tsx",
"scripts/**/*.ts",
"bin/lyacode",
"src/**/*.test.{ts,tsx}",
"src/**/__tests__/**/*.{ts,tsx}",
"tests/**/*.test.ts"
],
"project": ["src/**/*.{ts,tsx}", "scripts/**/*.ts"],
"ignore": [
"src/integrations/generated/**",
"src/services/internalLogging.ts",
"src/types/generated/**",
"src/test/fixtures/**",
"src/tools/REPLTool/**",
"src/tools/TungstenTool/**",
"src/tools/SuggestBackgroundPRTool/**",
"src/tools/VerifyPlanExecutionTool/**",
"src/commands/agents-platform/**",
"src/assistant/AssistantSessionChooser.tsx",
"src/commands/assistant/AssistantSessionChooser.ts",
"src/utils/protectedNamespace.ts",
"src/utils/providerAutoDetect.ts"
],
"ignoreDependencies": [
"@types/bun",
"@anthropic-ai/foundry-sdk",
"@anthropic-ai/vertex-sdk"
]
}