Files
web2.0-backend/pyright.json
T
2021-04-14 17:06:18 +03:00

16 lines
214 B
JSON

{
"include": [
"."
],
"exclude": [
"**/node_modules",
"**/__pycache__"
],
"venvPath": "./venv",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.9"
}