mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
10 lines
293 B
JSON
10 lines
293 B
JSON
|
|
{
|
||
|
|
"include": ["src", "tests"],
|
||
|
|
"reportMissingImports": true,
|
||
|
|
"reportOptionalMemberAccess": false,
|
||
|
|
"reportGeneralTypeIssues": false,
|
||
|
|
"reportInvalidStringEscapeSequence": false,
|
||
|
|
"reportWildcardImportFromLibrary": false,
|
||
|
|
"venvPath": ".",
|
||
|
|
"venv": ".venv"
|
||
|
|
}
|