mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 04:18:42 +00:00
19 lines
397 B
JSON
19 lines
397 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"entry": ["scripts/**/*.ts"],
|
|
"project": [
|
|
"src/**/*.{ts,tsx}",
|
|
"tests/**/*.{ts,tsx}",
|
|
"scripts/**/*.ts",
|
|
"e2e_tests/**/*.ts"
|
|
],
|
|
"playwright": {
|
|
"config": "e2e_tests/playwright.config.ts",
|
|
"entry": [
|
|
"e2e_tests/**/*.spec.ts",
|
|
"e2e_tests/**/*.setup.ts",
|
|
"e2e_tests/globalSetup.ts"
|
|
]
|
|
}
|
|
}
|