sendou.ink/knip.json
2025-12-27 10:28:31 +02:00

22 lines
451 B
JSON

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