mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-08-28 18:21:15 +08:00
ddd782decc
Co-authored-by: Emrik Östling <emrik.ostling@gmail.com>
27 lines
474 B
JSON
27 lines
474 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"
|
|
],
|
|
"tailwind": {
|
|
"entry": ["src/main.css"]
|
|
}
|
|
}
|