mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 22:31:43 +03:00
93d176e656
Python files get copied to the build folder. It's kinda confusing to see type checking errors for old versions of files.
15 lines
183 B
JSON
15 lines
183 B
JSON
{
|
|
"include": [
|
|
"**/*.py",
|
|
],
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/__pycache__",
|
|
"**/build",
|
|
"**/.*"
|
|
],
|
|
"strict": [
|
|
"**/*.py"
|
|
],
|
|
"reportOptionalMemberAccess": false
|
|
} |