Add static analysis for tsc --strict (#9212)

* Add static analysis for tsc --strict

* Make tsconfig legal

* Make tsconfig more legal

* Update static_analysis.yaml

* Test strict mode check

* Revert "Test strict mode check"

This reverts commit 879df9879738fabfa02466ce07634a0f5c132311.
This commit is contained in:
Michael Telatynski
2022-08-24 11:08:26 +01:00
committed by GitHub
parent fe409d992c
commit e11b0cef47
2 changed files with 38 additions and 3 deletions

View File

@@ -17,13 +17,13 @@
"es2020",
"dom",
"dom.iterable"
],
]
},
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
"./test/**/*.ts",
"./test/**/*.tsx",
"./test/**/*.tsx"
],
"exclude": [
"./test/end-to-end-tests/"