feat(pyright): add stubs path

This commit is contained in:
2025-05-21 00:25:10 +02:00
parent dca11ce476
commit 26d1b65ca8
+1
View File
@@ -16,6 +16,7 @@ return {
diagnosticMode = "openFilesOnly", diagnosticMode = "openFilesOnly",
useLibraryCodeForTypes = true, useLibraryCodeForTypes = true,
typeCheckingMode = "strict", typeCheckingMode = "strict",
stubPath = "stubs",
}, },
}, },
pyright = { pyright = {