Files
ConvertX/knip.json
2025-11-16 00:34:49 +01:00

9 lines
205 B
JSON

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