chore: include tests in knip

This commit is contained in:
C4illin 2025-08-13 23:44:35 +02:00
parent 47be1061b7
commit 0287c4d458
2 changed files with 44 additions and 16 deletions

View file

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