We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be1170 commit c1428f5Copy full SHA for c1428f5
knip.json
@@ -0,0 +1,9 @@
1
+{
2
+ "$schema": "https://unpkg.com/knip@5/schema.json",
3
+ "entry": ["src/index.tsx"],
4
+ "project": ["src/**/*.ts", "src/**/*.tsx", "src/main.css"],
5
+ "tailwind": {
6
+ "entry": ["src/main.css"]
7
+ },
8
+ "ignoreDependencies": ["tailwind-scrollbar"]
9
+}
0 commit comments