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:
committed by
GitHub
parent
fe409d992c
commit
e11b0cef47
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user