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

* Initial attempt at CI to annotate new TSC errors

* Make tsconfig file valid

* enable debug

* Specify commit

* Fix commit specification

* Switch back to main

* Tweak permissions

* Add strict mode failure

* Attempt number two

* Fix ts-extra-args

* Add static analysis for tsc --strict
This commit is contained in:
Michael Telatynski
2022-08-23 14:02:50 +01:00
committed by GitHub
parent 1df329df7c
commit 8e646ea584
3 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
},
"include": [
"./src/**/*.ts",
"./spec/**/*.ts",
"./spec/**/*.ts"
]
}