feat(pyright): add stubs path
This commit is contained in:
@@ -16,6 +16,7 @@ return {
|
||||
diagnosticMode = "openFilesOnly",
|
||||
useLibraryCodeForTypes = true,
|
||||
typeCheckingMode = "strict",
|
||||
stubPath = "stubs",
|
||||
},
|
||||
},
|
||||
pyright = {
|
||||
|
||||
Reference in New Issue
Block a user