mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-09-13 02:14:32 +02:00
28 lines
485 B
JSON
28 lines
485 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"entry": ["tests/**/*.test.ts"],
|
|
"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",
|
|
"perl",
|
|
"gcc"
|
|
],
|
|
"tailwind": {
|
|
"entry": ["src/main.css"]
|
|
}
|
|
}
|