init: pyright config

This commit is contained in:
ful1e5
2021-11-12 14:48:34 +05:30
parent ffbd4fa4d9
commit 4624118b20
+12
View File
@@ -0,0 +1,12 @@
{
"include": ["builder"],
"exclude": ["**/node_modules", "**/__pycache__"],
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.9",
"pythonPlatform": "Linux",
"executionEnvironments": [{ "root": "builder" }]
}