Browse Source

chore: fix knip

C4illin 1 month ago
parent
commit
c1428f5c2b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      knip.json

+ 9 - 0
knip.json

@@ -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"]
+}