unity-mcp/Server/pyrightconfig.json

12 lines
190 B
JSON
Raw Permalink Normal View History

{
"typeCheckingMode": "basic",
"reportMissingImports": "none",
"pythonVersion": "3.11",
"executionEnvironments": [
{
"root": ".",
"pythonVersion": "3.11"
}
]
}