From c1428f5c2b87cd584e4e32d397028fa6d9d3f226 Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 3 Jun 2025 19:27:36 +0200 Subject: [PATCH] chore: fix knip --- knip.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 knip.json 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"] +}