2021-10-18 18:54:00 +03:00
|
|
|
{
|
|
|
|
"include": [
|
|
|
|
"docs",
|
|
|
|
"hi-ml",
|
|
|
|
"hi-ml-azure"
|
|
|
|
],
|
2021-11-15 19:47:05 +03:00
|
|
|
"exclude": [
|
2022-04-07 20:44:33 +03:00
|
|
|
"hi-ml/other",
|
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,
|
2022-02-03 12:12:58 +03:00
|
|
|
"executionEnvironments": [
|
|
|
|
{
|
2022-03-07 15:21:09 +03:00
|
|
|
"root": "hi-ml/src",
|
|
|
|
"extraPaths": [
|
|
|
|
"hi-ml-azure/src"
|
|
|
|
]
|
2022-02-03 12:12:58 +03:00
|
|
|
},
|
|
|
|
{
|
2022-03-07 15:21:09 +03:00
|
|
|
"root": "hi-ml/testhiml",
|
|
|
|
"extraPaths": [
|
|
|
|
"hi-ml-azure/src",
|
2022-04-05 18:21:51 +03:00
|
|
|
"hi-ml-azure/testazure",
|
2022-03-07 15:21:09 +03:00
|
|
|
"hi-ml/src",
|
|
|
|
]
|
2022-02-03 12:12:58 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "hi-ml-azure/src"
|
|
|
|
},
|
|
|
|
{
|
2022-03-07 15:21:09 +03:00
|
|
|
"root": "hi-ml-azure/testazure",
|
|
|
|
"extraPaths": [
|
|
|
|
"hi-ml-azure/src",
|
|
|
|
]
|
2022-02-03 12:12:58 +03:00
|
|
|
}
|
|
|
|
]
|
2021-10-18 18:54:00 +03:00
|
|
|
}
|