Fix typescript strict issues for Toolbar and VirtualCommandBarComponent

This commit is contained in:
vaidankarswapnil
2021-09-01 15:11:03 +05:30
parent 39dd293fc1
commit e44d6ab186
4 changed files with 13 additions and 11 deletions

View File

@@ -139,7 +139,9 @@
"./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/Explorer/Notebook/NotebookComponent/VirtualCommandBarComponent.tsx",
"./src/Explorer/Notebook/NotebookRenderer/Toolbar.tsx"
],
"include": [
"src/CellOutputViewer/transforms/**/*",