Fixed typescript issues for DatabaseAccountUtility and InMemoryContentProvider

This commit is contained in:
vaidankarswapnil
2021-08-20 15:35:08 +05:30
parent 8eeda41021
commit 55b117d83b
5 changed files with 30 additions and 17 deletions

View File

@@ -137,9 +137,12 @@
"./src/quickstart.ts",
"./src/setupTests.ts",
"./src/userContext.test.ts",
"src/Common/EntityValue.tsx",
"./src/Common/EntityValue.tsx",
"./src/Platform/Hosted/Components/SwitchAccount.tsx",
"./src/Platform/Hosted/Components/SwitchSubscription.tsx"
"./src/Platform/Hosted/Components/SwitchSubscription.tsx",
"./src/Common/DatabaseAccountUtility.ts",
"./src/Explorer/Controls/Tabs/TabComponent.tsx",
"./src/Explorer/Notebook/NotebookComponent/ContentProviders/InMemoryContentProvider.ts"
],
"include": [
"src/CellOutputViewer/transforms/**/*",