File size: 378 Bytes
4450790
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "exclude": [
        "**/node_modules",
        "**/__pycache__",
    ],
    "ignore": [
        "extern"
    ],
    "defineConstant": {
        "DEBUG": true
    },
    "venvPath": "../../../.venv/",
    "reportMissingImports": true,
    "reportMissingTypeStubs": false,
    "pythonVersion": "3.10",
    "pythonPlatform": "All",
    "reportOptionalMemberAccess": "none"
}