mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"ignoreBinaries": ["vercel"],
|
|
"ignoreDependencies": ["@biomejs/biome"],
|
|
"ignore": ["apps/docs/**/*"],
|
|
"rules": {
|
|
"duplicates": "off",
|
|
"types": "off"
|
|
}
|
|
}
|