|
{
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"pythonVersion": "3.13",
|
|
"typeCheckingMode": "standard",
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false,
|
|
"useLibraryCodeForTypes": true,
|
|
"autoSearchPaths": true,
|
|
"extraPaths": [],
|
|
"stubPath": "typings"
|
|
} |