From aa22e40ecc44b1103b2d458cf42e3003a3be3a24 Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Tue, 28 Sep 2021 15:52:48 +0530 Subject: [PATCH] Removed files from tsconfig for testing purpose --- tsconfig.strict.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.strict.json b/tsconfig.strict.json index 376021885..ae8b016f5 100644 --- a/tsconfig.strict.json +++ b/tsconfig.strict.json @@ -140,9 +140,7 @@ "src/Common/EntityValue.tsx", "./src/Platform/Hosted/Components/SwitchAccount.tsx", "./src/Platform/Hosted/Components/SwitchSubscription.tsx", - "./src/Explorer/Notebook/NotebookComponent/VirtualCommandBarComponent.tsx", - "./src/Explorer/Notebook/NotebookRenderer/Toolbar.tsx", - "./src/Common/Upload/Upload.tsx" + ], "include": [ "src/CellOutputViewer/transforms/**/*",