-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.jsonc
More file actions
19 lines (19 loc) · 718 Bytes
/
Copy pathknip.jsonc
File metadata and controls
19 lines (19 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"$schema": "https://unpkg.com/knip@6/schema-jsonc.json",
"includeEntryExports": true,
"ignoreExportsUsedInFile": true,
// Template scaffolding; remove entries once actually referenced.
"ignore": [
"src/components/ai-elements/chain-of-thought.tsx",
"src/components/ai-elements/task.tsx",
"src/components/ui/attachment.tsx",
"src/components/ui/badge.tsx",
"src/components/ui/collapsible.tsx",
"src/components/ui/select.tsx",
],
"ignoreDependencies": ["@radix-ui/react-use-controllable-state"],
"ignoreIssues": {
"src/components/ui/message-scroller.tsx": ["exports"],
"src/components/ui/message.tsx": ["exports"],
},
}