Fix typescript strict issues for getCollectionDataUsageSize and few more

This commit is contained in:
vaidankarswapnil
2021-08-23 12:47:24 +05:30
parent 8eeda41021
commit 477055ddef
6 changed files with 42 additions and 21 deletions

View File

@@ -139,7 +139,11 @@
"./src/userContext.test.ts",
"src/Common/EntityValue.tsx",
"./src/Platform/Hosted/Components/SwitchAccount.tsx",
"./src/Platform/Hosted/Components/SwitchSubscription.tsx"
"./src/Platform/Hosted/Components/SwitchSubscription.tsx",
"./src/Common/dataAccess/getCollectionDataUsageSize.ts",
"./src/Common/dataAccess/readMongoDBCollection.tsx",
"./src/Explorer/Controls/CollapsiblePanel/CollapsiblePanel.tsx",
"./src/Explorer/Graph/GraphExplorerComponent/LeftPaneComponent.tsx"
],
"include": [
"src/CellOutputViewer/transforms/**/*",