From 120e50197561bc5b7ec3174ffa1c59afb0352aed Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Tue, 28 Sep 2021 16:04:29 +0530 Subject: [PATCH] Added one file to tsconfig file --- tsconfig.strict.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.strict.json b/tsconfig.strict.json index ae8b016f5..e007632a6 100644 --- a/tsconfig.strict.json +++ b/tsconfig.strict.json @@ -140,7 +140,7 @@ "src/Common/EntityValue.tsx", "./src/Platform/Hosted/Components/SwitchAccount.tsx", "./src/Platform/Hosted/Components/SwitchSubscription.tsx", - + "./src/Explorer/Notebook/NotebookComponent/VirtualCommandBarComponent.tsx", ], "include": [ "src/CellOutputViewer/transforms/**/*",