mirror of
https://github.com/waku-org/waku-interop-tests.git
synced 2025-01-13 00:44:33 +00:00
aca216e95a
* remove unwated software * log fix * log fix
11 lines
325 B
JSON
11 lines
325 B
JSON
{
|
|
"include": ["src", "tests"],
|
|
"reportMissingImports": true,
|
|
"reportOptionalMemberAccess": false,
|
|
"reportGeneralTypeIssues": false,
|
|
"reportInvalidStringEscapeSequence": false,
|
|
"reportWildcardImportFromLibrary": false,
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"typeCheckingMode": "off"
|
|
} |