diff --git a/tsconfig.strict.json b/tsconfig.strict.json index 736631ee4..15c304aec 100644 --- a/tsconfig.strict.json +++ b/tsconfig.strict.json @@ -43,6 +43,7 @@ "./src/Explorer/Graph/GraphExplorerComponent/ArraysByKeyCache.ts", "./src/Explorer/Graph/GraphExplorerComponent/EdgeInfoCache.ts", "./src/Explorer/Graph/GraphExplorerComponent/GraphData.ts", + "./src/Explorer/LazyMonaco.ts", "./src/Explorer/Notebook/FileSystemUtil.ts", "./src/Explorer/Notebook/NTeractUtil.ts", "./src/Explorer/Notebook/NotebookComponent/actions.ts", @@ -54,6 +55,8 @@ "./src/Explorer/Notebook/NotebookRenderer/AzureTheme.tsx", "./src/Explorer/Notebook/NotebookRenderer/decorators/CellCreator.tsx", "./src/Explorer/Notebook/NotebookUtil.ts", + "./src/Explorer/OpenFullScreen.test.tsx", + "./src/Explorer/OpenFullScreen.tsx", "./src/Explorer/Panes/PaneComponents.ts", "./src/Explorer/Panes/PanelFooterComponent.tsx", "./src/Explorer/Panes/PanelLoadingScreen.tsx", @@ -70,6 +73,7 @@ "./src/HostedExplorerChildFrame.ts", "./src/Index.ts", "./src/NotebookWorkspaceManager/NotebookWorkspaceResourceProviderMockClients.ts", + "./src/Platform/Hosted/Authorization.ts", "./src/Platform/Hosted/Components/SignInButton.tsx", "./src/Platform/Hosted/extractFeatures.test.ts", "./src/Platform/Hosted/extractFeatures.ts", @@ -87,6 +91,7 @@ "./src/Shared/StringUtility.ts", "./src/Shared/appInsights.ts", "./src/UserContext.ts", + "./src/Utils/APITypeUtils.ts", "./src/Utils/AutoPilotUtils.ts", "./src/Utils/Base64Utils.test.ts", "./src/Utils/Base64Utils.ts", @@ -97,15 +102,19 @@ "./src/Utils/MessageValidation.ts", "./src/Utils/PricingUtils.ts", "./src/Utils/StringUtils.ts", + "./src/Utils/StyleUtils.ts", "./src/Utils/WindowUtils.test.ts", "./src/Utils/WindowUtils.ts", "./src/hooks/useDirectories.tsx", + "./src/hooks/useFullScreenURLs.tsx", + "./src/hooks/useObservable.ts", "./src/i18n.ts", "./src/quickstart.ts", "./src/setupTests.ts", "./src/userContext.test.ts" ], "include": [ + "src/CellOutputViewer/transforms/**/*", "src/Controls/**/*", "src/Definitions/**/*", "src/Explorer/Controls/ErrorDisplayComponent/**/*",