mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
7 lines
204 B
JSON
7 lines
204 B
JSON
{
|
|
"ignore": [],
|
|
"exclude": ["**/node_modules", "**/__pycache__", "litellm/types/utils.py", "litellm/proxy/_types.py"],
|
|
"reportMissingImports": false,
|
|
"reportPrivateImportUsage": false
|
|
}
|
|
|