mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"ignoreBinaries": ["tsx"],
|
|
"ignoreDependencies": ["@biomejs/biome"],
|
|
"ignore": [
|
|
"apps/docs/**/*",
|
|
"examples/nextjs-chat/src/app/.well-known/workflow/**/*",
|
|
"packages/create-chat-sdk/_template/**/*"
|
|
],
|
|
"rules": {
|
|
"duplicates": "off",
|
|
"types": "off",
|
|
"optionalPeerDependencies": "off"
|
|
}
|
|
}
|