Files
ConvertX/knip.json
T

27 lines
474 B
JSON
Raw Normal View History

2025-06-03 19:27:36 +02:00
{
2026-08-10 22:45:52 +02:00
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": ["tests/**/*.test.ts"],
2026-08-10 22:45:52 +02:00
"project": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.css", "tests/**/*.ts"],
"ignoreBinaries": [
"pandoc",
"ffmpeg",
"vips",
"magick",
"gm",
"inkscape",
"djxl",
"dasel",
"xelatex",
"resvg",
"assimp",
"ebook-convert",
"heif-info",
"potrace",
"soffice",
2026-08-19 21:45:07 +02:00
"perl"
2026-08-10 22:45:52 +02:00
],
2025-06-03 19:27:36 +02:00
"tailwind": {
"entry": ["src/main.css"]
2025-11-16 00:34:49 +01:00
}
2025-06-03 19:27:36 +02:00
}