18 lines
320 B
JSON
18 lines
320 B
JSON
|
|
{
|
||
|
|
"venvPath": "backend",
|
||
|
|
"venv": ".venv",
|
||
|
|
"extraPaths": ["."],
|
||
|
|
"include": ["backend"],
|
||
|
|
"exclude": [
|
||
|
|
"**/__pycache__",
|
||
|
|
"**/.mypy_cache",
|
||
|
|
"**/.ruff_cache",
|
||
|
|
"**/.pytest_cache",
|
||
|
|
"**/node_modules",
|
||
|
|
".claude",
|
||
|
|
"frontend/dist",
|
||
|
|
"backend/.venv"
|
||
|
|
],
|
||
|
|
"reportMissingTypeStubs": false
|
||
|
|
}
|