mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 05:41:54 +03:00
14 lines
169 B
JSON
14 lines
169 B
JSON
{
|
|
"include": [
|
|
"**/*.py",
|
|
],
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/__pycache__",
|
|
"**/.*"
|
|
],
|
|
"strict": [
|
|
"**/*.py"
|
|
],
|
|
"reportOptionalMemberAccess": false
|
|
} |