16 lines
216 B
JSON
16 lines
216 B
JSON
{
|
|
"include": [
|
|
"."
|
|
],
|
|
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/__pycache__"
|
|
],
|
|
"venvPath": "./venv",
|
|
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false,
|
|
|
|
"pythonVersion": "3.7.4"
|
|
} |