forked from microsoft/AI-Engineering-Coach
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
26 lines (26 loc) · 658 Bytes
/
Copy pathknip.json
File metadata and controls
26 lines (26 loc) · 658 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@latest/schema.json",
"entry": [
"src/extension.ts",
"src/canvas/host.ts",
"src/webview/app.ts",
"src/core/warm-up-worker.ts",
"src/core/parse-worker.ts",
"src/core/cache-write-worker.ts",
"src/core/parser.bench.ts"
],
"project": ["src/**/*.ts"],
"ignore": [
"src/webview/page-insights.ts",
"src/webview/page-rule-editor.ts",
"src/webview/page-workflows.ts",
"src/webview/vibe-roles.ts"
],
"ignoreDependencies": ["lint-staged", "serve"],
"ignoreBinaries": ["tsx", "sqlite3"],
"rules": {
"exports": "off",
"types": "off",
"enumMembers": "off"
}
}