radn-dev/pyrightconfig.json
2023-08-02 16:30:09 +00:00

9 lines
122 B
JSON

{
"exclude": [
"**/node_modules",
"**/__pycache__",
"**/build/lib",
"**/venv"
]
}