-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy pathknip.json
More file actions
26 lines (26 loc) · 795 Bytes
/
knip.json
File metadata and controls
26 lines (26 loc) · 795 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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"playwright": false,
"playwright-ct": false,
"playwright-test": false,
"entry": ["src/index.ts"],
"project": ["src/**/*.ts", "!src/**/*.d.ts", "build.ts"],
"ignore": [
"e2e/**",
"test/**",
"src/testing/**",
"src/__tests__/**",
"src/index.browser.ts",
"src/streaming-context.browser.ts",
"src/index.edge.ts",
"src/features/working-memory/attachmentContext.ts",
"src/features/working-memory/readAttachmentAction.ts",
"src/features/working-memory/taskClipboardPersistence.ts",
"src/features/working-memory/taskClipboardService.ts",
"src/runtime/cache-observation.ts",
"src/runtime/cache-observer.ts",
"src/runtime/context-diff.ts",
"src/services/triggerScheduling.ts",
"src/services/triggerWorker.ts"
]
}