fixed typescript strict hoverableCell and InputParameter file

This commit is contained in:
sunilyadav840
2021-05-17 18:08:31 +05:30
parent a52a156005
commit 1e0a0b73e0
4 changed files with 8 additions and 10 deletions

View File

@@ -8,6 +8,7 @@
"noUnusedParameters": true
},
"files": [
"./src/Explorer/Panes/ExecuteSprocParamsPane/InputParameter.tsx",
"./src/AuthType.ts",
"./src/Bindings/ReactBindingHandler.ts",
"./src/Common/ArrayHashMap.ts",
@@ -57,6 +58,7 @@
"./src/Explorer/Notebook/NotebookRenderer/PromptContent.tsx",
"./src/Explorer/Notebook/NotebookRenderer/decorators/CellCreator.tsx",
"./src/Explorer/Notebook/NotebookRenderer/decorators/CellLabeler.tsx",
"./src/Explorer/Notebook/NotebookRenderer/decorators/HoverableCell.tsx",
"./src/Explorer/Notebook/NotebookUtil.ts",
"./src/Explorer/OpenFullScreen.test.tsx",
"./src/Explorer/OpenFullScreen.tsx",
@@ -139,4 +141,4 @@
"src/Terminal/**/*",
"src/Utils/arm/**/*"
]
}
}