From 8a7864b9139ea0739cf33a6892ce6b198e8d184c Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Tue, 28 Sep 2021 16:09:55 +0530 Subject: [PATCH] Added second file to tsconfig file --- tsconfig.strict.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.strict.json b/tsconfig.strict.json index e007632a6..6302061dc 100644 --- a/tsconfig.strict.json +++ b/tsconfig.strict.json @@ -141,6 +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", ], "include": [ "src/CellOutputViewer/transforms/**/*",