I normally add custom knockout binding handlers in JavaScript via
ko.bindingHandlers.myBindingHandler = {...}
but now I have to add them in Ty
you can simply ignore it,but this is not a good practice, by casting to any you are not defining the type of the property myBindingHandler
any
myBindingHandler
(ko.bindingHandlers).myBindingHandler = { ... };