This commit is contained in:
Oleg Sheynin
2025-07-10 18:14:37 +00:00
parent 46072e03a2
commit 85c9d2ab93
15 changed files with 578 additions and 227 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"include": [
"src"
"lib"
],
"exclude": [
"**/node_modules",
@@ -16,7 +16,7 @@
"autoImportCompletions": true,
"autoSearchPaths": true,
"extraPaths": [
"src"
"lib"
],
"stubPath": "./typings",
"venvPath": ".",