textual-paint/pyrightconfig.json

14 lines
169 B
JSON
Raw Normal View History

2023-04-22 09:27:43 +03:00
{
"include": [
"**/*.py",
],
"exclude": [
"**/node_modules",
"**/__pycache__",
"**/.*"
],
2023-04-23 00:45:04 +03:00
"strict": [
"**/*.py"
2023-04-23 00:45:04 +03:00
],
2023-04-22 09:27:43 +03:00
"reportOptionalMemberAccess": false
}