15 lines
415 B
JSON
Raw Normal View History

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"react-router.config.ts",
"app/root.tsx",
"app/entry.{client,server}.{js,jsx,ts,tsx}",
"app/routes/**/*.{js,ts,tsx}",
"app/routes.ts",
"server.{js,ts}"
],
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"],
"ignore": ["app/components/icons/*.tsx"],
"ignoreDependencies": ["tailwindcss", "react-router-devtools"]
}