sendou.ink/knip.json
Kalle 4f991676dc
Upgrade better-sqlite3 to v12 (#2685)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 21:18:49 +02:00

18 lines
397 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
},
"tags": ["-lintignore"],
"ignoreDependencies": ["babel-plugin-react-compiler"],
"entry": [
"app/features/*/routes/**/*.{ts,tsx}",
"migrations/**/*.js",
"scripts/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
"public/sw-2.js",
"ley.config.cjs",
"ley-driver.cjs"
]
}