13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"include": ["builder"],
|
|
"exclude": ["**/node_modules", "**/__pycache__"],
|
|
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false,
|
|
|
|
"pythonVersion": "3.9",
|
|
"pythonPlatform": "Linux",
|
|
|
|
"executionEnvironments": [{ "root": "builder" }]
|
|
}
|