chore: fix knip

This commit is contained in:
C4illin
2025-06-03 19:27:36 +02:00
parent 1be11708c4
commit c1428f5c2b

9
knip.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/index.tsx"],
"project": ["src/**/*.ts", "src/**/*.tsx", "src/main.css"],
"tailwind": {
"entry": ["src/main.css"]
},
"ignoreDependencies": ["tailwind-scrollbar"]
}