mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
23 lines
757 B
JSON
23 lines
757 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"entry": [
|
|
"src/extension.ts",
|
|
"webview-ui/agent-manager/index.tsx",
|
|
"webview-ui/documents/index.tsx",
|
|
"webview-ui/diff-viewer/index.tsx",
|
|
"webview-ui/diff-virtual/index.tsx",
|
|
"webview-ui/kiloclaw/index.tsx",
|
|
"webview-ui/marketplace/index.tsx",
|
|
"webview-ui/pierre-worker.ts",
|
|
"webview-ui/src/assets.d.ts",
|
|
"webview-ui/src/index.tsx",
|
|
"src/**/__tests__/**/*.{ts,spec.ts}",
|
|
"src/**/*.test.ts",
|
|
"tests/**/*.{ts,mts}",
|
|
"script/*.ts"
|
|
],
|
|
"project": ["src/**/*.ts", "webview-ui/**/*.{ts,tsx}"],
|
|
"ignoreExportsUsedInFile": true,
|
|
"exclude": ["dependencies", "devDependencies", "optionalPeerDependencies", "unlisted", "unresolved", "binaries"]
|
|
}
|