Add files to TS Strict (#803)

Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
Sunil Kumar Yadav
2021-05-22 05:58:08 +05:30
committed by GitHub
parent 0e413430dc
commit 35f8fa8324
3 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,6 @@
"noUnusedParameters": true
},
"files": [
"src/Common/EntityValue.tsx",
"./src/AuthType.ts",
"./src/Bindings/ReactBindingHandler.ts",
"./src/Common/ArrayHashMap.ts",
@@ -123,7 +122,8 @@
"./src/i18n.ts",
"./src/quickstart.ts",
"./src/setupTests.ts",
"./src/userContext.test.ts"
"./src/userContext.test.ts",
"src/Common/EntityValue.tsx"
],
"include": [
"src/CellOutputViewer/transforms/**/*",
@@ -137,6 +137,8 @@
"src/Explorer/Controls/ResizeSensorReactComponent/**/*",
"src/Explorer/Graph/GraphExplorerComponent/__mocks__/**/*",
"src/Explorer/Notebook/NotebookComponent/__mocks__/**/*",
"src/Explorer/Notebook/NotebookRenderer/decorators/hijack-scroll/**/*",
"src/Explorer/Notebook/NotebookRenderer/decorators/kbd-shortcuts/**/*",
"src/Explorer/Panes/RightPaneForm/**/*",
"src/Libs/**/*",
"src/Localization/**/*",
@@ -146,4 +148,4 @@
"src/Terminal/**/*",
"src/Utils/arm/**/*"
]
}
}