2021-10-18 18:54:00 +03:00
|
|
|
{
|
|
|
|
"include": [
|
|
|
|
"docs",
|
|
|
|
"hi-ml",
|
|
|
|
"hi-ml-azure"
|
|
|
|
],
|
2021-11-15 19:47:05 +03:00
|
|
|
"exclude": [
|
|
|
|
"hi-ml/testhiml/testhiml/utils/image_loading",
|
2021-11-25 17:16:55 +03:00
|
|
|
"hi-ml/testhiml/testhiml/utils/slide_image_loading/src"
|
2021-11-15 19:47:05 +03:00
|
|
|
],
|
2021-10-26 16:50:22 +03:00
|
|
|
"useLibraryCodeForTypes": false,
|
2021-10-18 18:54:00 +03:00
|
|
|
"reportMissingImports": true,
|
2021-10-26 16:50:22 +03:00
|
|
|
"reportMissingTypeStubs": false,
|
|
|
|
"reportPrivateImportUsage": false,
|
2021-10-18 18:54:00 +03:00
|
|
|
}
|