11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"pythonVersion": "3.11",
|
|
"include": ["claude_code_api", "tests"],
|
|
"exclude": [".venv", "**/__pycache__", ".pytest_cache"],
|
|
"extraPaths": ["."],
|
|
"reportMissingImports": "error",
|
|
"reportMissingTypeStubs": "none"
|
|
}
|