10 lines
308 B
JSON
10 lines
308 B
JSON
{
|
|
"include": ["."],
|
|
"exclude": ["**/node_modules", "**/__pycache__", "**/.venv", "**/venv", "**/.git", "**/dist", "**/build", "**/tests/**", "tavilytool.py"],
|
|
"ignore": [],
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false,
|
|
"pythonVersion": "3.13",
|
|
"typeCheckingMode": "standard"
|
|
}
|