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