gello_software/pyrightconfig.json

13 lines
202 B
JSON
Raw Permalink Normal View History

{
"include": [
"gello"
],
"exclude": [
"**/node_modules",
"src/typestubs"
],
"reportMissingImports": false,
"reportMissingTypeStubs": false,
"reportGeneralTypeIssues": false
}