Files
web2.0-backend/pyright.json
T
2020-06-16 19:18:11 +03:00

16 lines
216 B
JSON

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