typescript issue appeared.
Hello. The task `Long Repeat` was resolved and run. However, it does not pass checks because of the type script errors below. Is it a bug? Should I fix the type errors first? Regards Victor.
5,21: The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter, but here has type 'string'.
13,5: Type 'unknown' is not assignable to type 'number'.
13,47: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
13,54: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.Your title here...