Typescript: A batch of implicit any fixes (#17590)

* Reduce noImplicitAny errors

* Lower err count

* Static version

* Fix noImplicitAny

* Table: moved type file
This commit is contained in:
Tobias Skarhed
2019-06-15 08:25:33 +02:00
committed by Torkel Ödegaard
parent 2f00087a08
commit 8ffef57178
8 changed files with 63 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=5120
ERROR_COUNT_LIMIT=5090
DIRECTIVES_LIMIT=172
CONTROLLERS_LIMIT=139