mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-08-29 02:32:54 +08:00
a63651f715
Co-authored-by: C4illin <20753603+C4illin@users.noreply.github.com>
10 lines
253 B
JSON
10 lines
253 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"]
|
|
},
|
|
"ignoreDependencies": ["tailwind-scrollbar"]
|
|
}
|