Files
sarlinkportal-api/pyrightconfig.json
T

14 lines
231 B
JSON

{
"venvPath": ".",
"venv": ".venv",
"reportMissingImports": "error",
"include": ["src"],
"typeCheckingMode": "off",
"exclude": [
"council-api/**/migrations",
"**/__pycache__",
"src/experimental",
"src/typestubs"
]
}