From 7e9f7903afd1ade3441da0fb91577147b63e1b33 Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Tue, 28 Sep 2021 16:15:26 +0530 Subject: [PATCH] Added third 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 6302061dc..90896d9ed 100644 --- a/tsconfig.strict.json +++ b/tsconfig.strict.json @@ -141,7 +141,7 @@ "./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/**/*",