Files
community-rule/knip.json
T
2026-05-21 23:25:56 -06:00

17 lines
325 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"app/**/*.{ts,tsx}",
"lib/**/*.{ts,tsx}",
"scripts/**/*.{ts,js,mjs}",
"prisma/seed.ts"
],
"project": ["**/*.{ts,tsx,js,jsx}"],
"ignore": [
"tests/**",
"stories/**",
"**/*.stories.{js,jsx,ts,tsx}",
"**/*.disabled"
]
}