From 4351af986ed02da720dafe1bef70bceb2f53dfcc Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Wed, 19 May 2021 20:15:10 -0500 Subject: [PATCH] Update TS Strict files --- tsconfig.strict.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tsconfig.strict.json b/tsconfig.strict.json index a032541fa..f5e42432e 100644 --- a/tsconfig.strict.json +++ b/tsconfig.strict.json @@ -8,7 +8,6 @@ "noUnusedParameters": true }, "files": [ - "./src/Explorer/Controls/Accordion/AccordionComponent.tsx", "./src/AuthType.ts", "./src/Bindings/ReactBindingHandler.ts", "./src/Common/ArrayHashMap.ts", @@ -47,6 +46,7 @@ "./src/Explorer/LazyMonaco.ts", "./src/Explorer/Notebook/FileSystemUtil.ts", "./src/Explorer/Notebook/NTeractUtil.ts", + "./src/Explorer/Notebook/NotebookComponent/ContentProviders/InMemoryContentProviderUtils.ts", "./src/Explorer/Notebook/NotebookComponent/actions.ts", "./src/Explorer/Notebook/NotebookComponent/loadTransform.ts", "./src/Explorer/Notebook/NotebookComponent/reducers.ts", @@ -59,6 +59,8 @@ "./src/Explorer/Notebook/NotebookRenderer/decorators/CellCreator.tsx", "./src/Explorer/Notebook/NotebookRenderer/decorators/CellLabeler.tsx", "./src/Explorer/Notebook/NotebookUtil.ts", + "./src/Explorer/Notebook/SchemaAnalyzer/SchemaAnalyzerSplashScreen.tsx", + "./src/Explorer/Notebook/SchemaAnalyzer/SchemaAnalyzerUtils.ts", "./src/Explorer/OpenFullScreen.test.tsx", "./src/Explorer/OpenFullScreen.tsx", "./src/Explorer/Panes/PanelFooterComponent.tsx", @@ -85,6 +87,7 @@ "./src/Platform/Hosted/extractFeatures.ts", "./src/ReactDevTools.ts", "./src/ResourceProvider/IResourceProviderClient.ts", + "./src/SelfServe/Example/SelfServeExample.types.ts", "./src/SelfServe/SelfServeStyles.tsx", "./src/SelfServe/SqlX/SqlxTypes.ts", "./src/Shared/Constants.ts", @@ -125,6 +128,7 @@ "src/Common/Tooltip/**/*", "src/Controls/**/*", "src/Definitions/**/*", + "src/Explorer/Controls/Accordion/**/*", "src/Explorer/Controls/ErrorDisplayComponent/**/*", "src/Explorer/Controls/Header/**/*", "src/Explorer/Controls/RadioSwitchComponent/**/*", @@ -135,8 +139,9 @@ "src/Libs/**/*", "src/Localization/**/*", "src/Platform/Emulator/**/*", + "src/SelfServe/Documentation/**/*", "src/Shared/Telemetry/**/*", "src/Terminal/**/*", "src/Utils/arm/**/*" ] -} \ No newline at end of file +}