fluxer/fluxer_api/knip.json
2026-01-01 21:05:54 +00:00

12 lines
335 B
JSON

{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/worker/tasks/*.ts"],
"ignoreDependencies": ["pino-pretty"],
"ignoreExportsUsedInFile": true,
"ignore": ["src/errors/*.ts", "src/models/PrivateChannel.ts", "src/infrastructure/IAssetDeletionQueue.ts"],
"rules": {
"exports": "warn",
"types": "warn"
}
}