{ "$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/entry.server.tsx", "app/entry.client.tsx", "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" ] }