diff --git a/knip.json b/knip.json new file mode 100644 index 0000000..0fc4de8 --- /dev/null +++ b/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"] +}