10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"exclude": [ ".venv" ],
|
|
"venv": ".venv",
|
|
"useLibraryCodeForTypes": true,
|
|
|
|
"reportTypeshedErrors": false,
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false
|
|
|
|
}
|