mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"include": [
|
|
"."
|
|
],
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"bak/",
|
|
"data/",
|
|
"doc/",
|
|
"tools/",
|
|
"projects/",
|
|
"**/.pytest_cache",
|
|
"**/build",
|
|
"**/dist",
|
|
"**/.vscode",
|
|
"**/__pycache__"
|
|
],
|
|
"reportMissingImports": true
|
|
} |